org.freehep.jas.plugin.tree
Class FTreeReloadNotification

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

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

This event is to be fired when a major structural change in the tree model has occurred and the FTree should reload all the FTreeNodes.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
FTreeReloadNotification(java.lang.Object source)
           
FTreeReloadNotification(java.lang.Object source, boolean justNames)
           
 
Method Summary
 boolean justNames()
           
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

FTreeReloadNotification

public FTreeReloadNotification(java.lang.Object source)

FTreeReloadNotification

public FTreeReloadNotification(java.lang.Object source,
                               boolean justNames)
Method Detail

justNames

public boolean justNames()

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()