|
NextApp Echo2 v2.1.0.rc2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A representation of stylistic property information about a single instance or type of component.
| Method Summary | |
java.lang.Object |
getIndexedProperty(java.lang.String propertyName,
int index)
Retrieves the value of the specified indexed property. |
java.lang.Object |
getProperty(java.lang.String propertyName)
Retrieves the value of the specified property. |
java.util.Iterator |
getPropertyIndices(java.lang.String propertyName)
Determines which indices of a particular property are set. |
java.util.Iterator |
getPropertyNames()
Retrieves the names of all set properties. |
boolean |
isIndexedPropertySet(java.lang.String propertyName,
int index)
Determines if a particular index of an indexed property is set. |
boolean |
isPropertySet(java.lang.String propertyName)
Determines if a particular property is set. |
| Method Detail |
public java.lang.Object getIndexedProperty(java.lang.String propertyName,
int index)
public java.lang.Object getProperty(java.lang.String propertyName)
public java.util.Iterator getPropertyIndices(java.lang.String propertyName)
Iterator that returns the set indices in
incrementing order as Integerspublic java.util.Iterator getPropertyNames()
Iterator that returns the names of all set
properties
public boolean isIndexedPropertySet(java.lang.String propertyName,
int index)
propertyName - the property nameindex - the index
public boolean isPropertySet(java.lang.String propertyName)
propertyName - the property name
|
NextApp Echo2 v2.1.0.rc2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||