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

Packages that use Attribute
cz.zcu.fav.kiv.editor.beans.properties   
cz.zcu.fav.kiv.editor.config.handlers   
cz.zcu.fav.kiv.editor.graphics.components.attributes   
 

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

Fields in cz.zcu.fav.kiv.editor.beans.properties declared as Attribute
protected  Attribute UnitAttr.attribute
          The reference to the attribute of the unit
 

Methods in cz.zcu.fav.kiv.editor.beans.properties that return Attribute
 Attribute Property.searchAttribute(java.lang.String name)
          Search for an attribute with specified name.
 

Methods in cz.zcu.fav.kiv.editor.beans.properties that return types with arguments of type Attribute
 java.util.List<Attribute> AttributeGroup.getAttributeList()
           
 

Methods in cz.zcu.fav.kiv.editor.beans.properties with parameters of type Attribute
 void TypeAttr.setAttr(Attribute attr)
           
 void UnitAttr.setAttribute(Attribute attribute)
           
 

Method parameters in cz.zcu.fav.kiv.editor.beans.properties with type arguments of type Attribute
 void AttributeGroup.setAttributeList(java.util.List<Attribute> attributes)
           
 

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

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

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

Constructors in cz.zcu.fav.kiv.editor.graphics.components.attributes with parameters of type Attribute
AttributeCheckBox(Attribute attribute)
          Initializes a newly created AttributeCheckBox with the Attribute.
AttributeTypeForm(Attribute attribute)
          Initializes a newly created AttributeTypeForm with the attribute.
 

Constructor parameters in cz.zcu.fav.kiv.editor.graphics.components.attributes with type arguments of type Attribute
AttributeComponent(java.util.List<Attribute> attributeList)
          Initializes a newly created AttributeComponent with the list of attributes.