public class FTreeSelectionEvent extends Object
Modifier | Constructor and Description |
---|---|
protected |
FTreeSelectionEvent(TreeSelectionEvent event,
FTree tree) |
Modifier and Type | Method and Description |
---|---|
FTreeNode[] |
addedNodes()
Get the array of the nodes that were added in the last selection.
|
FTreeNode[] |
removedNodes()
Get the array of the nodes that were removed in the last selection.
|
FTreeNode[] |
selectedNodes()
Get the array of nodes that are currently selected.
|
FTree |
tree() |
protected FTreeSelectionEvent(TreeSelectionEvent event, FTree tree)
public FTree tree()
public FTreeNode[] removedNodes()
public FTreeNode[] addedNodes()
public FTreeNode[] selectedNodes()
Copyright © 2018. All rights reserved.