public class FTreeNodeSelectionNotification extends EventObject
Modifier and Type | Field and Description |
---|---|
static int |
NODE_SELECTED |
static int |
NODE_UNSELECTED |
source
Constructor and Description |
---|
FTreeNodeSelectionNotification(Object source,
FTreePath path,
int state) |
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 static final int NODE_SELECTED
public static final int NODE_UNSELECTED
protected FTreePath nodePath()
protected String nodeName()
Copyright © 2014. All Rights Reserved.