Class WekaSelectMultipleDatasetsPage

    • Field Detail

      • m_FileChooser

        protected WekaFileChooser m_FileChooser
        the filechooser for selecting the files.
      • m_ButtonAdd

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

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

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

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

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

      • WekaSelectMultipleDatasetsPage

        public WekaSelectMultipleDatasetsPage()
        Default constructor.
      • WekaSelectMultipleDatasetsPage

        public WekaSelectMultipleDatasetsPage​(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 file chooser.
        Parameters:
        value - the current directory
      • getCurrentDirectory

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

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

        public File[] getCurrent()
        Returns the current files.
        Returns:
        the current files
      • 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