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

Packages that use Property
cz.zcu.fav.kiv.editor.beans   
cz.zcu.fav.kiv.editor.config   
cz.zcu.fav.kiv.editor.config.handlers   
cz.zcu.fav.kiv.editor.graphics.components.attributes   
cz.zcu.fav.kiv.editor.stylesheet   
 

Uses of Property in cz.zcu.fav.kiv.editor.beans
 

Methods in cz.zcu.fav.kiv.editor.beans that return Property
 Property ConfigData.searchProperty(java.lang.String name)
          Search for a property with specified name.
 

Methods in cz.zcu.fav.kiv.editor.beans that return types with arguments of type Property
 java.util.Map<java.lang.String,Property> ConfigData.getPropertyList()
           
 

Method parameters in cz.zcu.fav.kiv.editor.beans with type arguments of type Property
 void ConfigData.setPropertyList(java.util.Map<java.lang.String,Property> propertyList)
           
 

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

Methods in cz.zcu.fav.kiv.editor.config that return types with arguments of type Property
 java.util.Map<java.lang.String,Property> PropertyParser.getParsedPropertyList()
           
 

Method parameters in cz.zcu.fav.kiv.editor.config with type arguments of type Property
 void PropertyParser.readPropertyDefinition(java.util.Map<java.lang.String,Property> propertyList)
          In sequence parses for every property its XML definition file.
 

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

Methods in cz.zcu.fav.kiv.editor.config.handlers that return types with arguments of type Property
 java.util.Map<java.lang.String,Property> ConfigXmlHandler.getPropertyList()
           
 

Constructors in cz.zcu.fav.kiv.editor.config.handlers with parameters of type Property
PropertyXmlHandler(Property property)
          Initializes a newly created empty PropertyXmlHandler.
 

Uses of Property in cz.zcu.fav.kiv.editor.graphics.components.attributes
 

Methods in cz.zcu.fav.kiv.editor.graphics.components.attributes with parameters of type Property
static void AttributeDialog.showDialog(Property prop)
          Displays the dialog with property attributes.
 

Constructors in cz.zcu.fav.kiv.editor.graphics.components.attributes with parameters of type Property
AttributeButton(Property property)
          Initializes a newly created AttributeButton with the property.
 

Uses of Property in cz.zcu.fav.kiv.editor.stylesheet
 

Methods in cz.zcu.fav.kiv.editor.stylesheet that return Property
static Property OpenFileHadler.parserPropertyTag(org.w3c.dom.Element node, int line, ConfigData data)
          Parses node 'attribute-set' and its value in the input XSL file.
 

Methods in cz.zcu.fav.kiv.editor.stylesheet with parameters of type Property
static void OpenFileHadler.parserPropertyAttribute(org.w3c.dom.Element node, int line, Property propery)
          Parses node 'attribute' of the node 'attribute-set' and its value in the input XSL file.