Package | Description |
---|---|
cz.zcu.fav.kiv.editor.config | |
cz.zcu.fav.kiv.editor.config.handlers |
Modifier and Type | Method and Description |
---|---|
CommonTypes |
ConfigController.getCommonTypes() |
CommonTypes |
ConfigParser.readTypes()
Parses the configuration file with types - types.xml.
|
Modifier and Type | Method and Description |
---|---|
AttributeGroup[] |
ConfigParser.readAttributes(CommonTypes commonTypes)
Parses the configuration file with attributes - attributes.xml.
|
Constructor and Description |
---|
ParamController(ConfigData configData,
CommonTypes types)
Initializes a newly created
ParamController . |
ParameterParser(CommonTypes types)
Initializes a newly created
ParameterParser . |
Constructor and Description |
---|
AttributeXmlHandler(CommonTypes commonTypes)
Initializes a newly created
AttributeXmlHandler with ConfigData . |
ParameterXmlHandler(Parameter parameter,
CommonTypes types)
Initializes a newly created empty
ParameterXmlHandler . |