| Modifier and Type | Method and Description |
|---|---|
Property |
ConfigData.searchProperty(java.lang.String name)
Search for a property with specified name.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,Property> |
ConfigData.getPropertyList() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigData.setPropertyList(java.util.Map<java.lang.String,Property> propertyList) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,Property> |
PropertyParser.getParsedPropertyList() |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyParser.readPropertyDefinition(java.util.Map<java.lang.String,Property> propertyList)
In sequence parses for every property its XML definition file.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,Property> |
ConfigXmlHandler.getPropertyList() |
| Constructor and Description |
|---|
PropertyXmlHandler(Property property)
Initializes a newly created empty
PropertyXmlHandler. |
| Modifier and Type | Method and Description |
|---|---|
static void |
AttributeDialog.showDialog(Property prop)
Displays the dialog with property attributes.
|
| Constructor and Description |
|---|
AttributeButton(Property property)
Initializes a newly created
AttributeButton with the property. |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|