Package jspecview.tree
Class SimpleTreeNode
java.lang.Object
jspecview.tree.SimpleTreeNode
- All Implemented Interfaces:
JSVTreeNode
-
Field Details
-
panelNode
-
index
public int index
-
-
Constructor Details
-
SimpleTreeNode
-
-
Method Details
-
getPanelNode
- Specified by:
getPanelNode
in interfaceJSVTreeNode
-
getIndex
public int getIndex()- Specified by:
getIndex
in interfaceJSVTreeNode
-
setIndex
public void setIndex(int index) - Specified by:
setIndex
in interfaceJSVTreeNode
-
children
- Specified by:
children
in interfaceJSVTreeNode
-
getChildCount
public int getChildCount()- Specified by:
getChildCount
in interfaceJSVTreeNode
-
getPath
- Specified by:
getPath
in interfaceJSVTreeNode
-
isLeaf
public boolean isLeaf()- Specified by:
isLeaf
in interfaceJSVTreeNode
-
toString
-