Package | Description |
---|---|
cz.zcu.fav.kiv.editor.config | |
cz.zcu.fav.kiv.editor.template |
Modifier and Type | Method and Description |
---|---|
void |
ConfigController.readAttributes()
Reads the configuration file with attributes - attributes.xml.
|
AttributeGroup[] |
ConfigParser.readAttributes(CommonTypes commonTypes)
Parses the configuration file with attributes - attributes.xml.
|
void |
ConfigController.readConfig()
Reads the configuration file with layout of parameters and attribute-sets - config.xml.
|
java.util.Map<java.lang.String,Figure> |
ConfigParser.readConfig(ConfigData configData,
AttributeGroup[] attributeGroupList)
Parses the configuration file with layout of parameters and attribute-sets - config.xml.
|
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 |
ConfigController.readTypes()
Reads the configuration file with types - types.xml.
|
CommonTypes |
ConfigParser.readTypes()
Parses the configuration file with types - types.xml.
|
Modifier and Type | Method and Description |
---|---|
void |
TemplateController.readTemplate(ConfigData configData,
java.lang.String templateFile)
Reads a template defined by its path
templateFile . |
void |
TemplateParser.readTemplate(ConfigData configData,
java.lang.String templateFile)
Parses the file with template.
|