|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openbp.swing.components.tree.DefaultTreeNode
org.openbp.cockpit.plugins.finder.treemodel.GenericNode
org.openbp.cockpit.plugins.finder.treemodel.LeafNode
public class LeafNode
Leaf node of the tree.
| Field Summary |
|---|
| Fields inherited from class org.openbp.cockpit.plugins.finder.treemodel.GenericNode |
|---|
nodeData, nodeMapper |
| Fields inherited from class org.openbp.swing.components.tree.DefaultTreeNode |
|---|
parent |
| Constructor Summary | |
|---|---|
LeafNode()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
getLeafData()
Get the data of the leaf node. |
void |
setLeafData(java.lang.Object leafData)
Sset the data of the leaf node. |
| Methods inherited from class org.openbp.cockpit.plugins.finder.treemodel.GenericNode |
|---|
addChild, addProperty, getNodeMapper, getProperty, getPropertyNode, setNodeMapper, toString |
| Methods inherited from class org.openbp.swing.components.tree.DefaultTreeNode |
|---|
addChild, children, clearChilds, getAllowsChildren, getChildAt, getChildCount, getChildList, getIndex, getParent, insertChild, isLeaf, removeChild, setChildList, setParent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LeafNode()
| Method Detail |
|---|
public java.lang.Object getLeafData()
public void setLeafData(java.lang.Object leafData)
leafData - the data
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||