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