Package | Description |
---|---|
cz.zcu.fav.kiv.editor.beans.properties | |
cz.zcu.fav.kiv.editor.config | |
cz.zcu.fav.kiv.editor.config.handlers |
Modifier and Type | Method and Description |
---|---|
AttributeGroup[] |
Property.getAttributeGroupList() |
Constructor and Description |
---|
Property(java.lang.String name,
AttributeGroup[] attributeGroups,
int lineNumber)
Initializes a newly created
Attribute with the specified name and the list of
attribute groups. |
Modifier and Type | Method and Description |
---|---|
AttributeGroup[] |
ConfigParser.readAttributes(CommonTypes commonTypes)
Parses the configuration file with attributes - attributes.xml.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
AttributeGroup[] |
AttributeXmlHandler.getAttrGroupList() |
Constructor and Description |
---|
ConfigXmlHandler(AttributeGroup[] attributeGroupList)
Initializes a newly created
ConfigXmlHandler with list of
AttributeGroup s. |