Class SimpleSetupPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Comparable<AbstractSetupPanel>, Accessible

public class SimpleSetupPanel extends AbstractSetupPanel
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.

Version:
$Revision: 15302 $
Author:
Richard kirkby (rkirkby@cs.waikato.ac.nz), FracPete (fracpete at waikato dot ac dot nz)
See Also:
  • Constructor Details

    • SimpleSetupPanel

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

      public SimpleSetupPanel()
      Creates the setup panel with no initial experiment.
  • Method Details