public class FTreeNodeAddedNotification extends EventObject
source
Constructor and Description |
---|
FTreeNodeAddedNotification(Object source,
FTreePath path,
Class clazz) |
FTreeNodeAddedNotification(Object source,
FTreePath path,
Object obj) |
FTreeNodeAddedNotification(Object source,
String path,
Class clazz) |
FTreeNodeAddedNotification(Object source,
String path,
Object obj) |
Modifier and Type | Method and Description |
---|---|
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.
|
getSource, toString
public FTreeNodeAddedNotification(Object source, FTreePath path, Class clazz)
public FTreeNodeAddedNotification(Object source, String path, Class clazz)
public FTreeNodeAddedNotification(Object source, FTreePath path, Object obj)
protected FTreePath nodePath()
protected String nodeName()
Copyright © 2014. All Rights Reserved.