|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Index of all style properties in the project and its class and library paths (along with the [Style] metadata attributes that prompted their creation and which can tell us what the enumerated values are).
| Field Summary | |
static java.lang.String |
ID
The style property index ID |
| Method Summary | |
java.lang.String |
cssifyName(java.lang.String name)
Convert from styleProperty to style-property to make these names look CSS-y. |
IStyleTag |
getStyleMetaTag(java.lang.String property)
Retrieve the style metadata attribute we used to learn about this style. |
java.lang.String[] |
getStyleProperties()
Retrieve a list of all style properties in the project (based on all of the [Style()] metadata on all of the classes in the project) |
java.lang.String[] |
getStyleValues(java.lang.String property)
Retrieve a list of values for the given property (based on the first [Style()] metadata that we find |
| Methods inherited from interface com.adobe.flexbuilder.codemodel.indices.IIndex |
getIndexID |
| Field Detail |
public static final java.lang.String ID
| Method Detail |
public java.lang.String[] getStyleProperties()
public java.lang.String[] getStyleValues(java.lang.String property)
property - style property (with dashes, not camel cased; use
IStylePropertyIndex.cssifyName if you need to)
public IStyleTag getStyleMetaTag(java.lang.String property)
property - style property
public java.lang.String cssifyName(java.lang.String name)
name - original camel case style name
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||