org.openbp.cockpit.plugins.finder.treemodel
Class LeafNode

java.lang.Object
  extended by org.openbp.swing.components.tree.DefaultTreeNode
      extended by org.openbp.cockpit.plugins.finder.treemodel.GenericNode
          extended by org.openbp.cockpit.plugins.finder.treemodel.LeafNode
All Implemented Interfaces:
javax.swing.tree.TreeNode

public class LeafNode
extends GenericNode

Leaf node of the tree.

Author:
Baumgartner Michael

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

LeafNode

public LeafNode()
Method Detail

getLeafData

public java.lang.Object getLeafData()
Get the data of the leaf node.

Returns:
the data

setLeafData

public void setLeafData(java.lang.Object leafData)
Sset the data of the leaf node.

Parameters:
leafData - the data


Copyright © 2011. All Rights Reserved.