| Package | Description |
|---|---|
| cz.zcu.fav.kiv.editor.beans.properties | |
| cz.zcu.fav.kiv.editor.config.handlers | |
| cz.zcu.fav.kiv.editor.graphics.components.attributes |
| Modifier and Type | Field and Description |
|---|---|
protected Attribute |
UnitAttr.attribute
The reference to the attribute of the unit
|
| Modifier and Type | Method and Description |
|---|---|
Attribute |
Property.searchAttribute(java.lang.String name)
Search for an attribute with specified name.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Attribute> |
AttributeGroup.getAttributeList() |
| Modifier and Type | Method and Description |
|---|---|
void |
TypeAttr.setAttr(Attribute attr) |
void |
UnitAttr.setAttribute(Attribute attribute) |
| Modifier and Type | Method and Description |
|---|---|
void |
AttributeGroup.setAttributeList(java.util.List<Attribute> attributes) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,Attribute> |
PropertyXmlHandler.getUnparsedAttributeList() |
| Constructor and Description |
|---|
AttributeCheckBox(Attribute attribute)
Initializes a newly created
AttributeCheckBox with the Attribute. |
AttributeTypeForm(Attribute attribute)
Initializes a newly created
AttributeTypeForm with the attribute. |
| Constructor and Description |
|---|
AttributeComponent(java.util.List<Attribute> attributeList)
Initializes a newly created
AttributeComponent with the list of attributes. |