Class TreeSelectionChangeEvent


  • public final class TreeSelectionChangeEvent
    extends java.lang.Object
    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.
    Version:
    $Id: TreeSelectionChangeEvent.java 913 2008-05-22 04:53:39Z matt_kearse $
    Author:
    Matt Kearse
    • Constructor Detail

      • TreeSelectionChangeEvent

        public TreeSelectionChangeEvent​(java.util.Set<Node> selectedNodes)
    • Method Detail

      • getSelectedNodes

        public java.util.Set<Node> getSelectedNodes()