类 SimpleSetupPanel

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

public class SimpleSetupPanel extends JPanel
This panel controls the configuration of an experiment.

If KOML is in the classpath the experiments can also be serialized to XML instead of a binary format.

版本:
$Revision: 7059 $
作者:
Richard kirkby (rkirkby@cs.waikato.ac.nz), FracPete (fracpete at waikato dot ac dot nz)
另请参阅:
  • 构造器详细资料

    • SimpleSetupPanel

      public SimpleSetupPanel(Experiment exp)
      Creates the setup panel with the supplied initial experiment.
      参数:
      exp - a value of type 'Experiment'
    • SimpleSetupPanel

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

    • setModePanel

      public void setModePanel(SetupModePanel modePanel)
      Sets the panel used to switch between simple and advanced modes.
      参数:
      modePanel - the panel
    • setExperiment

      public boolean setExperiment(Experiment exp)
      Sets the experiment to configure.
      参数:
      exp - a value of type 'Experiment'
      返回:
      true if experiment could be configured, false otherwise
    • getExperiment

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

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

      public void removePropertyChangeListener(PropertyChangeListener l)
      Removes a PropertyChangeListener.
      覆盖:
      removePropertyChangeListener 在类中 Component
      参数:
      l - a value of type 'PropertyChangeListener'