|
||||||||||
| 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.ContentElement
Visual tree node representing a ContentDetail representing
a resource in the classpath.
| Constructor Summary | |
ContentElement(ContentDescription content,
CGClassLoader theClassLoader,
boolean theDisplayContents)
|
|
| Method Summary | |
ITree[] |
getChildren()
Getter for this nodes children. |
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 all the locations associated with this content. |
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 ContentElement(ContentDescription content,
CGClassLoader theClassLoader,
boolean theDisplayContents)
content - The description of the content represented by this object.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 |
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 | |||||||||