ElegantJ Trees Java API Specification v1.1

com.elegantj.awt.tree
Class AWTTreeCellEditEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bycom.elegantj.awt.tree.AWTTreeCellEditEvent
All Implemented Interfaces:
java.io.Serializable

public class AWTTreeCellEditEvent
extends java.util.EventObject

AWTTreeCellEditEvent is used to notify interested parties that state has changed in the event source

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
AWTTreeCellEditEvent(java.lang.Object source, AWTTreeNode node, java.lang.Object value)
          Constructs a AWTTreeCellEditEvent object.
 
Method Summary
 AWTTreeNode getNode()
          Returns the node affacted editing
 java.lang.Object getValue()
          Returns the value of the editing cell
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AWTTreeCellEditEvent

public AWTTreeCellEditEvent(java.lang.Object source,
                            AWTTreeNode node,
                            java.lang.Object value)
Constructs a AWTTreeCellEditEvent object.

Parameters:
source - The Object that is the source of the event
node - The AWTTreeNode
value - The value of the cell editor
Method Detail

getNode

public AWTTreeNode getNode()
Returns the node affacted editing


getValue

public java.lang.Object getValue()
Returns the value of the editing cell

Returns:
The value of the editing cell

ElegantJ Trees Java API Specification v1.1

Submit a bug or feature

Copyright(c)
Elegant Microweb Technologies Pvt. Ltd.
www.elegantmicroweb.com
www.elegantjbeans.com
All Rights Reserved.