|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--prolog.treeview.Node
|
+--prolog.treeview.RootNode
implementation of a root node. a root node is the only node knowing the tree where all nodes are contained in.
| Field Summary | |
protected Tree |
tree
reference to the containing tree |
| Fields inherited from class prolog.treeview.Node |
childs, content, defaultRenderer, gvNodeRendererMap, parent, rect |
| Constructor Summary | |
RootNode()
default constructor |
|
| Method Summary | |
Tree |
getTree()
returns a reference to the containing tree |
void |
setTree(Tree tree)
sets the containing tree |
| Methods inherited from class prolog.treeview.Node |
addChild, fireTreeChanged, genXml, getCenter, getCenterBottom, getCenterTop, getChild, getChildCount, getChilds, getContent, getDefaultRenderer, getDimension, getMaximalHeight, getMaximalWidth, getParent, getRect, getRenderer, getRoot, hasChild, paint, paintLine, recursiveDimensionUpdate, registerRenderer, removeChild, setContent, setParent, toString |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
protected Tree tree
| Constructor Detail |
public RootNode()
| Method Detail |
public Tree getTree()
getTree in class Nodepublic void setTree(Tree tree)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||