|
||||||||||
| 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.PropertyNode
public class PropertyNode
Node for a group in 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 | |
|---|---|
PropertyNode()
|
|
| Method Summary | |
|---|---|
int |
getLevel()
Get the level of the group. |
java.lang.Object |
getPropertyData()
Get the data of the group. |
PropertyNode |
getPropertyNode(java.lang.Object data)
Get the group with a special data object |
void |
setLevel(int level)
Set the level of the group. |
void |
setPropertyData(java.lang.Object propertyData)
Set the data of the group. |
| Methods inherited from class org.openbp.cockpit.plugins.finder.treemodel.GenericNode |
|---|
addChild, addProperty, getNodeMapper, getProperty, 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 PropertyNode()
| Method Detail |
|---|
public java.lang.Object getPropertyData()
public void setPropertyData(java.lang.Object propertyData)
propertyData - The datapublic int getLevel()
public void setLevel(int level)
level - The levelpublic PropertyNode getPropertyNode(java.lang.Object data)
GenericNode
getPropertyNode in class GenericNodedata - The special data object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||