org.freehep.jas.plugin.tree
Class FTreeNodeSorterNotification

java.lang.Object
  extended by java.util.EventObject
      extended by org.freehep.jas.plugin.tree.FTreeNodeSorterNotification
All Implemented Interfaces:
Serializable

public class FTreeNodeSorterNotification
extends EventObject

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

Author:
The FreeHEP team @ SLAC.
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
FTreeNodeSorterNotification(Object source, FTreePath path, String sortingString)
           
FTreeNodeSorterNotification(Object source, FTreePath path, String sortingString, boolean recursive)
           
 
Method Summary
protected  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.
 boolean recursive()
           
 String sortingString()
           
 
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

FTreeNodeSorterNotification

public FTreeNodeSorterNotification(Object source,
                                   FTreePath path,
                                   String sortingString)

FTreeNodeSorterNotification

public FTreeNodeSorterNotification(Object source,
                                   FTreePath path,
                                   String sortingString,
                                   boolean recursive)
Method Detail

sortingString

public String sortingString()

recursive

public boolean recursive()

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 String nodeName()
Get the name of the FTreeNode to which this event is referring to.

Returns:
The name of the node.


Copyright © 2013. All Rights Reserved.