org.freehep.jas.plugin.tree
Class FTreeNodeRepaintNotification
java.lang.Object
java.util.EventObject
org.freehep.jas.plugin.tree.FTreeNodeRepaintNotification
- All Implemented Interfaces:
- Serializable
public class FTreeNodeRepaintNotification
- extends EventObject
The event to be sent to the FTree when a node is to be repainted.
- Author:
- The FreeHEP team @ SLAC.
- See Also:
- Serialized Form
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. |
FTreeNodeRepaintNotification
public FTreeNodeRepaintNotification(Object source,
FTreePath path)
FTreeNodeRepaintNotification
public FTreeNodeRepaintNotification(Object source,
FTreePath path,
boolean recursive)
FTreeNodeRepaintNotification
public FTreeNodeRepaintNotification(Object source,
String path)
FTreeNodeRepaintNotification
public FTreeNodeRepaintNotification(Object source,
String path,
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.