Package com._1c.g5.v8.dt.ui.aef.events
Class TreeSetSelectionEvent
- java.lang.Object
-
- com._1c.g5.v8.dt.ui.aef.events.TreeSetSelectionEvent
-
-
Constructor Summary
Constructors Constructor Description TreeSetSelectionEvent(TreeItemViewModel... selectedObjects)
Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TreeItemViewModel[]
getSelectedItems()
Returns the selected objects.
-
-
-
Constructor Detail
-
TreeSetSelectionEvent
public TreeSetSelectionEvent(TreeItemViewModel... selectedObjects)
Creates a new instance.- Parameters:
selectedObject
- the selected objects, cannot benull
-
-
Method Detail
-
getSelectedItems
public TreeItemViewModel[] getSelectedItems()
Returns the selected objects.- Returns:
- the selected objects, cannot be
null
-
-