cz.cuni.jagrlib.reg
Class InfoParamGUI

java.lang.Object
  extended by cz.cuni.jagrlib.reg.InfoParamGUI

public class InfoParamGUI
extends java.lang.Object

Information about GUI of parameter.

See Also:
InfoParamGUI.java

Field Summary
 ParamGUI gui
          Class that care about visual representation of parameter.
 java.util.Map<java.lang.String,java.lang.Object> nextInfo
          This is space for all other information.
 boolean visible
          Visibility of parameter in group.
 
Constructor Summary
InfoParamGUI()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

gui

public ParamGUI gui
Class that care about visual representation of parameter.

See Also:
ParamGUI, ParamBoolean, ParamCombo, ParamFloat, ParamDouble, ParamInteger, ParamString, ParamSpec

visible

public boolean visible
Visibility of parameter in group.


nextInfo

public java.util.Map<java.lang.String,java.lang.Object> nextInfo
This is space for all other information.

Constructor Detail

InfoParamGUI

public InfoParamGUI()