Uses of Class
proper.gui.experiment.BuilderPanel

Packages that use BuilderPanel
proper.gui.experiment This package serves as a frontend to the command line based Application classes. 
 

Uses of BuilderPanel in proper.gui.experiment
 

Subclasses of BuilderPanel in proper.gui.experiment
 class BuilderProperties
          This panel contains the "RELAGGS" options of an experiment.
 class BuilderSteps
          This panel contains the single Groups of "Steps" of an experiment.
 class BuilderTabPanel
          This panel represents a panel for the Builder that is added as a Tab in a JTabbedPane and which also contains a JTabbedPane.
 

Methods in proper.gui.experiment that return BuilderPanel
 BuilderPanel Builder.getPanel(java.lang.String name)
          returns the panel with the given name (of the form "parent" or "parent-child", etc.).
 BuilderPanel BuilderTabPanel.getPanelAt(int index)
          returns the BuilderPanel from the tab with the given index
 

Methods in proper.gui.experiment with parameters of type BuilderPanel
 void Builder.addPanel(BuilderPanel panel)
          adds the panel to the list of panels, i.e.