Class DatasetPanel

    • Field Detail

      • m_FileChooser

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

        protected adams.gui.core.BaseButton m_ButtonAdd
        the button for adding files.
      • m_ButtonEdit

        protected adams.gui.core.BaseButton m_ButtonEdit
        the button for changing files.
      • m_ButtonRemove

        protected adams.gui.core.BaseButton m_ButtonRemove
        the button for removing files.
      • m_ButtonRemoveAll

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

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

        protected adams.gui.core.BaseButton m_ButtonDown
        the button for moving files down.
      • m_List

        protected adams.gui.core.BaseListWithButtons m_List
        for listing the files.
    • Constructor Detail

      • DatasetPanel

        public DatasetPanel()
    • Method Detail

      • initGUI

        protected void initGUI()
        Initializes the widgets.
        Overrides:
        initGUI in class adams.gui.core.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