org.freehep.jas.plugin.tree
Class FTreeNodeStructureChangedNotification

java.lang.Object
  extended byjava.util.EventObject
      extended byorg.freehep.jas.plugin.tree.FTreeNotification
          extended byorg.freehep.jas.plugin.tree.FTreeNodeStructureChangedNotification
All Implemented Interfaces:
java.io.Serializable

public class FTreeNodeStructureChangedNotification
extends org.freehep.jas.plugin.tree.FTreeNotification

The event to be sent to the FTree when a node is changed.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
FTreeNodeStructureChangedNotification(java.lang.Object source, FTreeNode node)
           
 
Method Summary
 FTreeNode node()
           
protected  java.lang.String nodeName()
          Get the name of the FTreeNode to which this event is referring to.
protected  FTreePath nodePath()
          Get the FTreePath of the FTreeNode to which this event is referring to.
 java.lang.String toString()
           
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FTreeNodeStructureChangedNotification

public FTreeNodeStructureChangedNotification(java.lang.Object source,
                                             FTreeNode node)
Method Detail

node

public FTreeNode node()

nodePath

protected FTreePath nodePath()
Get the FTreePath of the FTreeNode to which this event is referring to.

Returns:
The FTreePath of the corresponding node

nodeName

protected java.lang.String nodeName()
Get the name of the FTreeNode to which this event is referring to.

Returns:
The name of the node.

toString

public java.lang.String toString()