类 RunNumberPanel

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

public class RunNumberPanel extends JPanel
This panel controls configuration of lower and upper run numbers in an experiment.
版本:
$Revision: 7059 $
作者:
Len Trigg (trigg@cs.waikato.ac.nz)
另请参阅:
  • 构造器详细资料

    • RunNumberPanel

      public RunNumberPanel()
      Creates the panel with no initial experiment.
    • RunNumberPanel

      public RunNumberPanel(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'
    • getLower

      public int getLower()
      Gets the current lower run number.
      返回:
      the lower run number.
    • getUpper

      public int getUpper()
      Gets the current upper run number.
      返回:
      the upper run number.
    • main

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