Uses of Class
proper.gui.experiment.BuilderParameter

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

Uses of BuilderParameter in proper.gui.experiment
 

Methods in proper.gui.experiment that return BuilderParameter
 BuilderParameter BuilderPanel.getParameter(javax.swing.JComponent component)
          returns the parameter based on the GUI component it represents, can be NULL
 BuilderParameter BuilderPanel.getParameter(java.lang.String parameter)
          returns the parameter based on its commandline name, can be NULL
 

Methods in proper.gui.experiment with parameters of type BuilderParameter
 void BuilderPanel.addParameter(BuilderParameter param)
          adds the parameter to the list of parameters to display in this panel.