Class GMLFileDriverPanel

    • Constructor Detail

      • GMLFileDriverPanel

        public GMLFileDriverPanel​(ErrorHandler errorHandler)
    • Method Detail

      • setGMLFileMustExist

        public void setGMLFileMustExist​(boolean gmlFileMustExist)
      • setTemplateFileDescription

        public void setTemplateFileDescription​(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
      • addPossibleTemplateExtension

        public void addPossibleTemplateExtension​(String extension)
        Adds the extension to the list of extensions to use when searching for a template file to use as the default
        Parameters:
        extension - for example, ".jot"
      • getGMLFile

        public File getGMLFile()
      • getTemplateFile

        public File getTemplateFile()
      • 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