|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InfoParam | |
---|---|
cz.cuni.jagrlib.gui | GUI classes for the JaGrLib project. |
cz.cuni.jagrlib.reg | GUI classes for the JaGrLib project. |
cz.cuni.jagrlib.xml | Classes for XML processing in the JaGrLib project. |
Uses of InfoParam in cz.cuni.jagrlib.gui |
---|
Fields in cz.cuni.jagrlib.gui declared as InfoParam | |
---|---|
InfoParam |
ParamGUI.info
Information about parameter. |
Methods in cz.cuni.jagrlib.gui with parameters of type InfoParam | |
---|---|
static ParamGUI |
InstanceGUI.newParam(InfoParam ip)
Creates new parameter instance. |
void |
ParamGUI.setInfo(InfoParam ip)
Sets info parameter. |
Uses of InfoParam in cz.cuni.jagrlib.reg |
---|
Fields in cz.cuni.jagrlib.reg declared as InfoParam | |
---|---|
protected InfoParam |
RegPiece.param
|
Fields in cz.cuni.jagrlib.reg with type parameters of type InfoParam | |
---|---|
java.util.Map<java.lang.String,InfoParam> |
InfoModule.params
Set of all information about module parameters. |
java.util.Map<java.lang.String,InfoParam> |
RegPiece.params
Set of module parameters. |
Methods in cz.cuni.jagrlib.reg that return InfoParam | |
---|---|
InfoParam |
InputOutput.loadParam(InfoParam _info,
InfoModule _owner)
Loads parameter. |
Methods in cz.cuni.jagrlib.reg with parameters of type InfoParam | |
---|---|
InfoParam |
InputOutput.loadParam(InfoParam _info,
InfoModule _owner)
Loads parameter. |
void |
InputOutput.saveParam(InfoParam _info,
java.lang.String _key)
Saves parameter. |
Uses of InfoParam in cz.cuni.jagrlib.xml |
---|
Methods in cz.cuni.jagrlib.xml that return InfoParam | |
---|---|
InfoParam |
InputOutputXML.loadParam(InfoParam _info,
InfoModule _owner)
Loads parameter. |
Methods in cz.cuni.jagrlib.xml that return types with arguments of type InfoParam | |
---|---|
java.util.LinkedHashMap<java.lang.String,InfoParam> |
RegTablesXML.getParams(org.w3c.dom.Node nodeTemp,
InfoModule _owner)
Gets information about parameters. |
Methods in cz.cuni.jagrlib.xml with parameters of type InfoParam | |
---|---|
InfoParam |
InputOutputXML.loadParam(InfoParam _info,
InfoModule _owner)
Loads parameter. |
void |
InputOutputXML.saveParam(InfoParam _info,
java.lang.String _key)
Saves one parameter. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |