|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jcon.data.TreeNode
com.partnersoft.v3x.gui.GUITreeNode
public class GUITreeNode
A node in a hierarchical tree intended for display on a GUI control.
| Constructor Summary | |
|---|---|
GUITreeNode()
|
|
GUITreeNode(java.lang.String label,
java.lang.String tooltip,
javax.swing.Icon icon)
|
|
| Method Summary | |
|---|---|
javax.swing.Icon |
getIcon()
The icon for the node. |
java.lang.String |
getLabel()
The label for the node. |
int |
getPosition()
Get integer position in sibling list. |
java.lang.String |
getTooltip()
The tooltip for the node. |
boolean |
isLeaf()
Is it a leaf? |
java.util.Iterator |
iterateChildren()
List children, in desired order. |
void |
moveBackward()
Move to position (current + 1) in sibling list. |
void |
moveForward()
Move to position (current - 1) in sibling list. |
| Methods inherited from class org.jcon.data.TreeNode |
|---|
addChild, getChildren, getParent, remove, removeChild, reparent, setChildren |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GUITreeNode(java.lang.String label,
java.lang.String tooltip,
javax.swing.Icon icon)
public GUITreeNode()
| Method Detail |
|---|
public java.lang.String getLabel()
public java.lang.String getTooltip()
public javax.swing.Icon getIcon()
public boolean isLeaf()
public java.util.Iterator iterateChildren()
public int getPosition()
public void moveForward()
public void moveBackward()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||