org.freehep.jas.plugin.tree
Class FTreeReloadNotification
java.lang.Object
java.util.EventObject
org.freehep.jas.plugin.tree.FTreeNotification
org.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
Fields inherited from class java.util.EventObject |
source |
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 |
FTreeReloadNotification
public FTreeReloadNotification(java.lang.Object source)
FTreeReloadNotification
public FTreeReloadNotification(java.lang.Object source,
boolean justNames)
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()