Class DatasetPanel

    • Field Detail

      • m_FileChooser

        protected WekaFileChooser m_FileChooser
        the file chooser for selecting files.
      • m_ButtonAdd

        protected BaseButton m_ButtonAdd
        the button for adding files.
      • m_ButtonEdit

        protected BaseButton m_ButtonEdit
        the button for changing files.
      • m_ButtonRemove

        protected BaseButton m_ButtonRemove
        the button for removing files.
      • m_ButtonRemoveAll

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

        protected BaseButton m_ButtonUp
        the button for moving files up.
      • m_ButtonDown

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

      • DatasetPanel

        public DatasetPanel()
    • Method Detail

      • initGUI

        protected void initGUI()
        Initializes the widgets.
        Overrides:
        initGUI in class BasePanel
      • setFiles

        public void setFiles​(File[] value)
        Sets the files to use.
        Parameters:
        value - the files
      • getFiles

        public File[] getFiles()
        Returns the current files.
        Returns:
        the files