|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.freehep.jas.plugin.tree.FTreeSelectionEvent
Constructor Summary | |
protected |
FTreeSelectionEvent(javax.swing.event.TreeSelectionEvent event,
FTree tree)
|
Method Summary | |
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()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected FTreeSelectionEvent(javax.swing.event.TreeSelectionEvent event, FTree tree)
Method Detail |
public FTree tree()
public FTreeNode[] removedNodes()
public FTreeNode[] addedNodes()
public FTreeNode[] selectedNodes()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |