|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The swc manager can be used to retrieve icons and swfs embedded in swc files.
| Method Summary | |
Image |
getIcon(IProject project,
java.lang.String namespaceURI,
java.lang.String tagName)
Gets the icon for the given MXML component, or the default icon is none exists |
Image |
getIcon(IProject project,
XMLName tagName)
Gets the icon for the given MXML component, or the default icon is none exists |
org.eclipse.core.runtime.IPath[] |
getSwfPathsForSwcsOnLibraryPath(org.eclipse.core.runtime.IPath swcPath)
Confusingly named function to get a list of paths to the cached, decompressed swfs from swcs found on the passed in library path. |
| Method Detail |
public Image getIcon(IProject project,
java.lang.String namespaceURI,
java.lang.String tagName)
project - the project where the mxml component is locatednamespaceURI - the namespace of the MXML componenttagName - the unqualified name of the tag
public Image getIcon(IProject project,
XMLName tagName)
project - project the project where the mxml component is locatedtagName - the TagName that we want to get an icon for
public org.eclipse.core.runtime.IPath[] getSwfPathsForSwcsOnLibraryPath(org.eclipse.core.runtime.IPath swcPath)
swcPath - path to the swc
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||