|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Index of tag information for components that are available in the project, based on the classes and components defined in the project and its class and library paths. This index also contains tag information for special tags, like XML, Script, and Style.
| Field Summary | |
static java.lang.String |
ID
The tag information index ID |
| Method Summary | |
void |
addListener(ITagInformationIndexListener listener)
Adds a listener to this index |
ITagInformationStore |
getExtraTags()
Get the store of extra tags that aren't represented by ActionScript classes or MXML files (like Script, Style, XML, and Model) |
XMLName[] |
getTagsForClass(IClass classObj)
Gets the list of tags associated with the class |
XMLName[] |
getUnmappedTagNames(IMXMLDataProvider document)
Get all of the unavailable tag names: tags whose XML namespaces (e.g. |
void |
removeListener(ITagInformationIndexListener listener)
Removes a listener from this index |
| Methods inherited from interface com.adobe.flexbuilder.codemodel.indices.ITagInformationStore |
getPrefixToXmlNamespaceMap, getTagInformation, getTagInformation, getTagInformation, getTagInformation, getTagNames |
| Methods inherited from interface com.adobe.flexbuilder.codemodel.indices.IIndex |
getIndexID |
| Field Detail |
public static final java.lang.String ID
| Method Detail |
public XMLName[] getTagsForClass(IClass classObj)
classObj - The ActionScript class
public XMLName[] getUnmappedTagNames(IMXMLDataProvider document)
document - document (for looking up prefix-to-XML namespace mappings
public void addListener(ITagInformationIndexListener listener)
listener - The index listenerpublic void removeListener(ITagInformationIndexListener listener)
listener - The index listenerpublic ITagInformationStore getExtraTags()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||