|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jgoodies.skeleton.model.node.AbstractTreeNode
com.jgoodies.skeleton.model.node.RootNode
public final class RootNode
Describes the root node in the Skeleton (Pro) navigation tree.
Constructor Summary | |
---|---|
RootNode(Project project)
Creates a root node for the specified project. |
Method Summary | |
---|---|
Icon |
getIcon(boolean sel)
Returns this node's icon. |
String |
getName()
Returns this node's name. |
Project |
getProject()
Returns this node's associated Description instance. |
String |
toString()
Returns a string representation for this node. |
Methods inherited from class com.jgoodies.skeleton.model.node.AbstractTreeNode |
---|
add, children, getAllowsChildren, getChildAt, getChildCount, getIndex, getModel, getParent, isLeaf |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RootNode(Project project)
project
- the associated projectMethod Detail |
---|
public Project getProject()
NavigationNode.getModel()
public Icon getIcon(boolean sel)
null
.
getIcon
in interface NavigationNode
getIcon
in class AbstractTreeNode
sel
- true for selected node, false for deselected
public String getName()
null
.
getName
in interface NavigationNode
getName
in class AbstractTreeNode
public String toString()
toString
in class AbstractTreeNode
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |