|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Provides a "finder" for class elements. A module can provide its own finder to enhance the ability of the IDE to locate a valid class element description for different classes.
ClassElement.forName(java.lang.String, org.openide.filesystems.FileObject),
ClassElement.register(org.openide.src.ClassElement.Finder),
ClassElement.unregister(org.openide.src.ClassElement.Finder)| Method Summary | |
ClassElement |
find(Class clazz,
FileObject reference)
Find a class element description for a class. |
ClassElement |
find(String name,
FileObject reference)
Find a class element description for a class name. |
| Method Detail |
public ClassElement find(Class clazz, FileObject reference)
clazz - the class to findreference - file object presumed to be in the same classpath structure
null if not foundpublic ClassElement find(String name, FileObject reference)
name - the name of a class to findreference - file object presumed to be in the same classpath structure
null if not found
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||