Uses of Class
cz.zcu.fav.kiv.editor.beans.properties.AttributeGroup

Packages that use AttributeGroup
cz.zcu.fav.kiv.editor.beans.properties   
cz.zcu.fav.kiv.editor.config   
cz.zcu.fav.kiv.editor.config.handlers   
 

Uses of AttributeGroup in cz.zcu.fav.kiv.editor.beans.properties
 

Methods in cz.zcu.fav.kiv.editor.beans.properties that return AttributeGroup
 AttributeGroup[] Property.getAttributeGroupList()
           
 

Constructors in cz.zcu.fav.kiv.editor.beans.properties with parameters of type AttributeGroup
Property(java.lang.String name, AttributeGroup[] attributeGroups, int lineNumber)
          Initializes a newly created Attribute with the specified name and the list of attribute groups.
 

Uses of AttributeGroup in cz.zcu.fav.kiv.editor.config
 

Methods in cz.zcu.fav.kiv.editor.config that return AttributeGroup
 AttributeGroup[] ConfigParser.readAttributes(CommonTypes commonTypes)
          Parses the configuration file with attributes - attributes.xml.
 

Methods in cz.zcu.fav.kiv.editor.config with parameters of type AttributeGroup
 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.
 

Uses of AttributeGroup in cz.zcu.fav.kiv.editor.config.handlers
 

Methods in cz.zcu.fav.kiv.editor.config.handlers that return AttributeGroup
 AttributeGroup[] AttributeXmlHandler.getAttrGroupList()
           
 

Constructors in cz.zcu.fav.kiv.editor.config.handlers with parameters of type AttributeGroup
ConfigXmlHandler(AttributeGroup[] attributeGroupList)
          Initializes a newly created ConfigXmlHandler with list of AttributeGroups.