|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Parameter in cz.zcu.fav.kiv.editor.beans |
|---|
| Methods in cz.zcu.fav.kiv.editor.beans that return Parameter | |
|---|---|
Parameter |
ConfigData.searchParameter(java.lang.String name)
Search for an parameter with specified name. |
| Methods in cz.zcu.fav.kiv.editor.beans that return types with arguments of type Parameter | |
|---|---|
java.util.Map<java.lang.String,Parameter> |
ConfigData.getParameterList()
|
| Method parameters in cz.zcu.fav.kiv.editor.beans with type arguments of type Parameter | |
|---|---|
void |
ConfigData.setParameterList(java.util.Map<java.lang.String,Parameter> parameterList)
|
| Uses of Parameter in cz.zcu.fav.kiv.editor.beans.graphics |
|---|
| Methods in cz.zcu.fav.kiv.editor.beans.graphics that return Parameter | |
|---|---|
Parameter[] |
Figure.getParameterList()
|
| Methods in cz.zcu.fav.kiv.editor.beans.graphics with parameters of type Parameter | |
|---|---|
void |
Figure.setParameterList(Parameter[] parameters)
|
| Uses of Parameter in cz.zcu.fav.kiv.editor.beans.parameters |
|---|
| Constructors in cz.zcu.fav.kiv.editor.beans.parameters with parameters of type Parameter | |
|---|---|
TypeParam(Parameter param)
Initializes a newly created TypeParam with reference to the appropriate
parameter. |
|
UnitParam(java.util.List<java.lang.String> unitList,
Parameter parameter)
|
|
UnitParam(java.lang.String value,
java.util.List<java.lang.String> unitList,
Parameter parameter)
Initializes a newly created UnitParam with the specified value, predefined
units and reference to the appropriate parameter. |
|
| Uses of Parameter in cz.zcu.fav.kiv.editor.config |
|---|
| Methods in cz.zcu.fav.kiv.editor.config that return types with arguments of type Parameter | |
|---|---|
java.util.Map<java.lang.String,Parameter> |
ParamController.getParsedParameterList()
|
java.util.Map<java.lang.String,Parameter> |
ParameterParser.getParsedParameterList()
|
| Methods in cz.zcu.fav.kiv.editor.config with parameters of type Parameter | |
|---|---|
boolean |
ParameterDependencyParser.parseParameterDependency(Parameter parameter)
Parses the complex value of the parameter. |
| Method parameters in cz.zcu.fav.kiv.editor.config with type arguments of type Parameter | |
|---|---|
void |
ConfigController.readFigures(java.util.Map<java.lang.String,Parameter> parsedParameterList)
Reads the configuration file with graphics figures - graphics.xml. |
void |
ConfigParser.readFigures(java.util.Map<java.lang.String,Parameter> parameterList,
java.util.Map<java.lang.String,Figure> figureList)
Parses the configuration file with graphics figures - graphics.xml. |
void |
ParameterParser.readParameterDefinition(java.util.Map<java.lang.String,Parameter> parameterList)
In sequence parses for every parameter its XML definition file. |
| Uses of Parameter in cz.zcu.fav.kiv.editor.config.handlers |
|---|
| Methods in cz.zcu.fav.kiv.editor.config.handlers that return types with arguments of type Parameter | |
|---|---|
java.util.Map<java.lang.String,Parameter> |
ConfigXmlHandler.getParameterList()
|
| Constructors in cz.zcu.fav.kiv.editor.config.handlers with parameters of type Parameter | |
|---|---|
ParameterXmlHandler(Parameter parameter,
CommonTypes types)
Initializes a newly created empty ParameterXmlHandler. |
|
| Constructor parameters in cz.zcu.fav.kiv.editor.config.handlers with type arguments of type Parameter | |
|---|---|
FigureXmlHandler(java.util.Map<java.lang.String,Parameter> parameterList,
java.util.Map<java.lang.String,Figure> figList)
Initializes a newly created FigureXmlHandler with list of
Parameters. |
|
| Uses of Parameter in cz.zcu.fav.kiv.editor.displays |
|---|
| Methods in cz.zcu.fav.kiv.editor.displays with parameters of type Parameter | |
|---|---|
void |
PageFigure.setInputs(Parameter[] parameterList)
|
abstract void |
GraphicsFigure.setInputs(Parameter[] parameterList)
Sets the list of parameter that are an input data source for the graphics figure. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||