类 GeneratorPropertyIteratorPanel

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

public class GeneratorPropertyIteratorPanel extends JPanel implements ActionListener
This panel controls setting a list of values for an arbitrary resultgenerator property for an experiment to iterate over.
版本:
$Revision: 7059 $
作者:
Len Trigg (trigg@cs.waikato.ac.nz)
另请参阅:
  • 构造器详细资料

    • GeneratorPropertyIteratorPanel

      public GeneratorPropertyIteratorPanel()
      Creates the property iterator panel initially disabled.
    • GeneratorPropertyIteratorPanel

      public GeneratorPropertyIteratorPanel(Experiment exp)
      Creates the property iterator panel and sets the experiment.
      参数:
      exp - a value of type 'Experiment'
  • 方法详细资料

    • getEditorActive

      public boolean getEditorActive()
      Returns true if the editor is currently in an active status---that is the array is active and able to be edited.
      返回:
      true if editor is active
    • setExperiment

      public void setExperiment(Experiment exp)
      Sets the experiment which will have the custom properties edited.
      参数:
      exp - a value of type 'Experiment'
    • actionPerformed

      public void actionPerformed(ActionEvent e)
      Handles the various button clicking type activities.
      指定者:
      actionPerformed 在接口中 ActionListener
      参数:
      e - a value of type 'ActionEvent'
    • addActionListener

      public void addActionListener(ActionListener newA)
      Add a listener interested in kowing about editor status changes
      参数:
      newA - an listener to add
    • main

      public static void main(String[] args)
      Tests out the panel from the command line.
      参数:
      args - ignored.