|
qflib 0.98.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--de.qfs.lib.option.TreeOptionGroup.Node
These elements of the tree model are simple structures.
Field Summary | |
java.util.Vector |
children
The children of the node. |
OptionGroup |
group
The OptionGroup of the Node. |
javax.swing.Icon |
icon
The icon of the node that is displayed in the tree. |
java.lang.String |
name
The name of the node that is displayed in the tree. |
TreeOptionGroup.Node |
parent
The parent node. |
java.lang.String |
path
The path name of the node. |
java.lang.String |
title
The title fot the group display. |
Constructor Summary | |
TreeOptionGroup.Node(java.lang.String path)
Create a new Node. |
Method Summary | |
boolean |
isLeaf()
Query whether the node is a leaf. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public TreeOptionGroup.Node parent
public java.lang.String path
public java.util.Vector children
public java.lang.String name
public javax.swing.Icon icon
public java.lang.String title
public OptionGroup group
Constructor Detail |
public TreeOptionGroup.Node(java.lang.String path)
path
- The path name of the node.Method Detail |
public boolean isLeaf()
|
qflib 0.98.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |