Class SelectMultipleDirectoriesPage

    • Field Detail

      • KEY_DIRECTORIES

        public static final String KEY_DIRECTORIES
        key in the properties that contains the file name.
        See Also:
        Constant Field Values
      • m_DirChooser

        protected FileChooser m_DirChooser
        the chooser for selecting the directories.
      • m_ButtonAdd

        protected BaseButton m_ButtonAdd
        the button for bringing up the dirchooser.
      • m_ButtonRemove

        protected BaseButton m_ButtonRemove
        the button for removing the selected dirs.
      • m_ButtonRemoveAll

        protected BaseButton m_ButtonRemoveAll
        the button for removing all dirs.
      • m_ButtonMoveUp

        protected BaseButton m_ButtonMoveUp
        the button for moving the selected dirs up.
      • m_ButtonMoveDown

        protected BaseButton m_ButtonMoveDown
        the button for moving the selected dirs down.
    • Constructor Detail

      • SelectMultipleDirectoriesPage

        public SelectMultipleDirectoriesPage()
        Default constructor.
      • SelectMultipleDirectoriesPage

        public SelectMultipleDirectoriesPage​(String pageName)
        Initializes the page with the given page name.
        Parameters:
        pageName - the page name to use
    • Method Detail

      • finishInit

        protected void finishInit()
        finishes the initialization.
        Overrides:
        finishInit in class BasePanel
      • updateListButtons

        protected void updateListButtons()
        Updates the enabled state of the buttons.
      • setCurrentDirectory

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

        public File getCurrentDirectory()
        Returns the current directory in use by the directory chooser.
        Returns:
        the current directory
      • setCurrent

        public void setCurrent​(File[] value)
        Sets the current directories.
        Parameters:
        value - the directories
      • getCurrent

        public File[] getCurrent()
        Returns the current directories.
        Returns:
        the current directories
      • setProperties

        public void setProperties​(Properties value)
        Sets the content of the page (ie parameters) as properties.
        Specified by:
        setProperties in class AbstractWizardPage
        Parameters:
        value - the parameters as properties
      • getProperties

        public Properties getProperties()
        Returns the content of the page (ie parameters) as properties.
        Specified by:
        getProperties in class AbstractWizardPage
        Returns:
        the parameters as properties