Class AbstractChooserPanelWithIOSupport<T>

    • Constructor Detail

      • AbstractChooserPanelWithIOSupport

        public AbstractChooserPanelWithIOSupport()
    • Method Detail

      • getChooserType

        public abstract String getChooserType()
        Returns the type of chooser (description).
        Returns:
        the type
      • getChoosers

        public static Class[] getChoosers()
        Returns the choosers classes.
        Returns:
        the classes
      • toString

        public String toString()
        Returns the chooser type.
        Overrides:
        toString in class Component
        Returns:
        the type
      • setCurrentDirectory

        public abstract void setCurrentDirectory​(String value)
        Sets the current directory to use for the file chooser.
        Parameters:
        value - the current directory
      • getCurrentDirectory

        public abstract String getCurrentDirectory()
        Returns the current directory in use by the file chooser.
        Returns:
        the current directory