Class TreeSetSelectionEvent

  • All Implemented Interfaces:
    IEvent

    public class TreeSetSelectionEvent
    extends Object
    implements IEvent
    Set selection event for tree.
    • Constructor Detail

      • TreeSetSelectionEvent

        public TreeSetSelectionEvent​(TreeItemViewModel... selectedObjects)
        Creates a new instance.
        Parameters:
        selectedObject - the selected objects, cannot be null
    • Method Detail

      • getSelectedItems

        public TreeItemViewModel[] getSelectedItems()
        Returns the selected objects.
        Returns:
        the selected objects, cannot be null