类 SetupModePanel

所有已实现的接口:
ImageObserver, MenuContainer, Serializable, Accessible

public class SetupModePanel extends JPanel
This panel switches between simple and advanced experiment setup panels.
版本:
$Revision: 7059 $
作者:
Richard Kirkby (rkirkby@cs.waikato.ac.nz)
另请参阅:
  • 构造器详细资料

    • SetupModePanel

      public SetupModePanel()
      Creates the setup panel with no initial experiment.
  • 方法详细资料

    • switchToAdvanced

      public void switchToAdvanced(Experiment exp)
      Switches to the advanced setup mode.
      参数:
      exp - the experiment to configure
    • switchToSimple

      public void switchToSimple(Experiment exp)
      Switches to the simple setup mode only if allowed to.
      参数:
      exp - the experiment to configure
    • addPropertyChangeListener

      public void addPropertyChangeListener(PropertyChangeListener l)
      Adds a PropertyChangeListener who will be notified of value changes.
      覆盖:
      addPropertyChangeListener 在类中 Container
      参数:
      l - a value of type 'PropertyChangeListener'
    • getExperiment

      public Experiment getExperiment()
      Gets the currently configured experiment.
      返回:
      the currently configured experiment.