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