Class BasicFileDriverPanel

    • Constructor Detail

      • BasicFileDriverPanel

        public BasicFileDriverPanel​(ErrorHandler errorHandler)
    • Method Detail

      • setFileMustExist

        public void setFileMustExist​(boolean fileMustExist)
      • getSelectedFile

        public File getSelectedFile()
      • setFileDescription

        public void setFileDescription​(String description)
      • setCache

        public void setCache​(DriverPanelCache cache)
        Description copied from class: AbstractDriverPanel
        Attempts to restore as many panel values as possible to a previous state, to save the user some typing. Subclasses overriding this method should call the superclass method first.
        Overrides:
        setCache in class AbstractDriverPanel
        Parameters:
        cache - not null
      • getCache

        public DriverPanelCache getCache()
        Description copied from class: AbstractDriverPanel
        Returns the current panel values. Subclasses overriding this method should call the superclass method first. DriverDialog takes care of merging the returned cache with the original cache.
        Overrides:
        getCache in class AbstractDriverPanel
        Returns:
        the DriverPanelCache
      • setFileFilter

        public void setFileFilter​(FileFilter filter)