Uses of Class
cz.cuni.jagrlib.gui.ParamGUI

Packages that use ParamGUI
cz.cuni.jagrlib.gui GUI classes for the JaGrLib project. 
cz.cuni.jagrlib.reg GUI classes for the JaGrLib project. 
 

Uses of ParamGUI in cz.cuni.jagrlib.gui
 

Subclasses of ParamGUI in cz.cuni.jagrlib.gui
 class ParamBoolean
          Class that cares about visual representation of Boolean parameters.
 class ParamCombo
          Class that cares about visual representation of Combobox parameters.
 class ParamDouble
          Class that cares about visual representation of Double parameters.
 class ParamFloat
          Class that cares about visual representation of Float parameters.
 class ParamInteger
          Class that cares about visual representation of Integer parameters.
 class ParamLong
          Class that cares about visual representation of Long parameters.
 class ParamSpec
          Class that cares about visual representation of Special parameters.
 class ParamString
          Class for visual representation of a String parameter.
 class ParamText
          Editing of multi-line String parameters.
 

Fields in cz.cuni.jagrlib.gui declared as ParamGUI
 ParamGUI Volume.param
          Panel with parameter.
 

Methods in cz.cuni.jagrlib.gui that return ParamGUI
static ParamGUI InstanceGUI.newParam(InfoParam ip)
          Creates new parameter instance.
static ParamGUI InstanceGUI.newParamBoolean()
           
static ParamGUI InstanceGUI.newParamCombo()
           
static ParamGUI InstanceGUI.newParamDouble()
           
static ParamGUI InstanceGUI.newParamFloat()
           
static ParamGUI InstanceGUI.newParamInteger()
           
static ParamGUI InstanceGUI.newParamLong()
           
static ParamGUI InstanceGUI.newParamSpec()
           
static ParamGUI InstanceGUI.newParamString()
           
static ParamGUI InstanceGUI.newParamText()
           
 

Uses of ParamGUI in cz.cuni.jagrlib.reg
 

Fields in cz.cuni.jagrlib.reg declared as ParamGUI
 ParamGUI InfoParamGUI.gui
          Class that care about visual representation of parameter.