|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectclasspathhelper.util.AbstractTree
classpathhelper.eclipse.ui.packagebrowseview.ClassElement
Visual tree node representing a ClassDetail representing
a class or interface.
| Constructor Summary | |
ClassElement(ClassDescription description,
CGClassLoader theClassLoader,
boolean theDisplayContents)
|
|
| Method Summary | |
ITree[] |
getChildren()
Getter for this nodes children. |
java.lang.String |
getClassName()
|
Image |
getIconName()
The associated Icon. |
boolean |
hasChildren()
Does this node have children. |
protected void |
loadChildren()
Method called to load the visual children of this node. |
protected void |
loadLocation()
Loads locations associated with this class. |
java.lang.String |
toString()
|
| Methods inherited from class classpathhelper.util.AbstractTree |
addChild, addChildren, getParent, getRoot, removeAllChildren, removeChild, setParent |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ClassElement(ClassDescription description,
CGClassLoader theClassLoader,
boolean theDisplayContents)
theClassLoader - The ClassLoader to load the detail information
from.theDisplayContents - boolean indicating whether or not the class should
have children to display its contents.| Method Detail |
public java.lang.String getClassName()
protected void loadChildren()
protected void loadLocation()
public Image getIconName()
ITree
public boolean hasChildren()
ITree
hasChildren in interface ITreehasChildren in class AbstractTreepublic ITree[] getChildren()
ITree
getChildren in interface ITreegetChildren in class AbstractTreepublic java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||