portal.comp.tree
Class TreeNodeSelectAction

java.lang.Object
  extended byportal.comp.tree.TreeNodeSelectAction
All Implemented Interfaces:
IAction, java.io.Serializable

public class TreeNodeSelectAction
extends java.lang.Object
implements IAction

See Also:
Serialized Form

Constructor Summary
TreeNodeSelectAction(TreeNodeModel treeNode)
           
 
Method Summary
 void doAction()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeNodeSelectAction

public TreeNodeSelectAction(TreeNodeModel treeNode)
Method Detail

doAction

public void doAction()
Specified by:
doAction in interface IAction