portal.comp.tree
Class TreeNodeToggleAction

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

public class TreeNodeToggleAction
extends java.lang.Object
implements IAction

See Also:
Serialized Form

Constructor Summary
TreeNodeToggleAction(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

TreeNodeToggleAction

public TreeNodeToggleAction(TreeNodeModel treeNode)
Method Detail

doAction

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