Package adams.gui.goe

Class WekaExperimentFileEditor.SimpleSetupDialog

    • Field Detail

      • m_Panel

        protected weka.gui.experiment.SimpleSetupPanel m_Panel
        the setup panel.
      • m_Experiment

        protected weka.experiment.Experiment m_Experiment
        the current experiment.
      • m_ButtonOK

        protected BaseButton m_ButtonOK
        the OK button.
      • m_ButtonCancel

        protected BaseButton m_ButtonCancel
        the Cancel button.
    • Constructor Detail

      • SimpleSetupDialog

        public SimpleSetupDialog​(Frame owner)
        Initializes the dialog.
        Parameters:
        owner - the owning frame
      • SimpleSetupDialog

        public SimpleSetupDialog​(Dialog owner)
        Initializes the dialog.
        Parameters:
        owner - the owning dialgo
    • Method Detail

      • initialize

        protected void initialize()
        Initializes its members.
      • initGUI

        protected void initGUI()
        Sets up the GUI components.
      • disableButtons

        protected boolean disableButtons​(Container cont)
        Disables the buttons in the SimpleSetupPanel.
        Parameters:
        cont - the container to search
        Returns:
        true if disabled
      • setExperiment

        public void setExperiment​(weka.experiment.Experiment value)
        Sets the experiment to use.
        Parameters:
        value - the experiment to displays and modify
      • getExperiment

        public weka.experiment.Experiment getExperiment()
        Returns the experiment.
        Returns:
        the experiment