com.quadrique.jbuildingblocks.gui
Class TreeSelectionBaseEvent
java.lang.Object
com.quadrique.jbuildingblocks.gui.TreeSelectionBaseEvent
public class TreeSelectionBaseEvent
- extends Object
This class describes a tree selection event. This selection event is
sent to all the listeners that registered to receive the selection events.
- Version:
- 1.0.0
- Author:
- Hervé Rivere
- See Also:
TreeSelectionListener
TreeSelectionBaseEvent
public TreeSelectionBaseEvent(TreePath zTreePath,
DefaultMutableTreeNode zTreeNode,
Object zUserObject)
- The constructor of the class.
- Parameters:
zTreePath - the tree path corresponding to the selected
node in the tree,zTreeNode - the tree node corresponding to the selected
node in the tree,zUserObject - an optional user object that contains
additional selection information. This is typically a TreeNode
getTreePath
public TreePath getTreePath()
- Returns:
- the tree path corresponding to the selected node in the tree
getTreeNode
public DefaultMutableTreeNode getTreeNode()
- Returns:
- the tree node corresponding to the selected node in the tree
getUserObject
public Object getUserObject()
- Returns:
- the user object corresponding to the selected node in the tree
Copyright © 2001-2009 Quadrique Corporation. All Rights Reserved.