类 SetupPanel

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

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

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

版本:
$Revision: 7059 $
作者:
Len Trigg (trigg@cs.waikato.ac.nz), Mark Hall (mhall@cs.waikato.ac.nz), FracPete (fracpete at waikato dot ac dot nz)
另请参阅:
  • 构造器详细资料

    • SetupPanel

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

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

    • setExperiment

      public void setExperiment(Experiment exp)
      Sets the experiment to configure.
      参数:
      exp - a value of type 'Experiment'
    • 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'
    • main

      public static void main(String[] args)
      Tests out the experiment setup from the command line.
      参数:
      args - arguments to the program.