类 DistributeExperimentPanel

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

public class DistributeExperimentPanel extends JPanel
This panel enables an experiment to be distributed to multiple hosts; it also allows remote host names to be specified.
版本:
$Revision: 7059 $
作者:
Mark Hall (mhall@cs.waikato.ac.nz)
另请参阅:
  • 构造器详细资料

    • DistributeExperimentPanel

      public DistributeExperimentPanel()
      Constructor
    • DistributeExperimentPanel

      public DistributeExperimentPanel(Experiment exp)
      Creates the panel with the supplied initial experiment.
      参数:
      exp - a value of type 'Experiment'
  • 方法详细资料

    • setExperiment

      public void setExperiment(Experiment exp)
      Sets the experiment to be configured.
      参数:
      exp - a value of type 'Experiment'
    • distributedExperimentSelected

      public boolean distributedExperimentSelected()
      Returns true if the distribute experiment checkbox is selected
      返回:
      true if the user has opted for distributing the experiment
    • addCheckBoxActionListener

      public void addCheckBoxActionListener(ActionListener al)
      Enable objects to listen for changes to the check box
      参数:
      al - an ActionListener
    • main

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