|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjebl.evolution.trees.TreeSelectionChangeEvent
public final class TreeSelectionChangeEvent
Represents a change to the selected nodes in a tree. As at 2008-5-22, this class just encapsulates the set of selected nodes but in future it may contain more details on the type of selection change.
Constructor Summary | |
---|---|
TreeSelectionChangeEvent(java.util.Set<Node> selectedNodes)
|
Method Summary | |
---|---|
java.util.Set<Node> |
getSelectedNodes()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TreeSelectionChangeEvent(java.util.Set<Node> selectedNodes)
Method Detail |
---|
public java.util.Set<Node> getSelectedNodes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |