com.iplanet.jato.view
Class TreeHandleViewInvocation

java.lang.Object
  |
  +--com.iplanet.jato.view.ViewInvocation
        |
        +--com.iplanet.jato.view.TreeHandleViewInvocation

public class TreeHandleViewInvocation
extends ViewInvocation

Invocation object used when a tree handle is activated by the user

Version:
JATO/1.2.2 $Id: TreeHandleViewInvocation.java,v 1.6 2002/03/16 03:26:41 todd Exp $

Constructor Summary
TreeHandleViewInvocation(RequestHandler targetRequestHandler, java.lang.String name, java.lang.String qualifiedName, CommandDescriptor commandDescriptor, java.lang.String nodeID)
           
 
Method Summary
 java.lang.String getNodeID()
           
 
Methods inherited from class com.iplanet.jato.view.ViewInvocation
getChildName, getCommandDescriptor, getImageXCoordinate, getImageYCoordinate, getQualifiedChildName, getTargetRequestHandler, hasImageCoordinates, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TreeHandleViewInvocation

public TreeHandleViewInvocation(RequestHandler targetRequestHandler,
                                java.lang.String name,
                                java.lang.String qualifiedName,
                                CommandDescriptor commandDescriptor,
                                java.lang.String nodeID)
Method Detail

getNodeID

public java.lang.String getNodeID()