Uses of Interface
com._1c.g5.v8.dt.ui.IMultiSelection
-
Packages that use IMultiSelection Package Description com._1c.g5.v8.dt.ui -
-
Uses of IMultiSelection in com._1c.g5.v8.dt.ui
Classes in com._1c.g5.v8.dt.ui that implement IMultiSelection Modifier and Type Class Description class
MultiSelection
Methods in com._1c.g5.v8.dt.ui that return IMultiSelection Modifier and Type Method Description IMultiSelection
IMultiSelection. addSelection(ISelection selection, String selectionLabel)
Adds named selection to this multiple selection.IMultiSelection
MultiSelection. addSelection(ISelection selection, String selectionLabel)
static IMultiSelection
DtSelectionFactory. createMulti(IModelApi modelApi, IStructuredSelection defaultSelection, String defaultSelectionLabel)
Creates the multi selection with the specified default selection.static IMultiSelection
DtSelectionFactory. createMultiContextAwareIfPresented(IModelApi modelApi, IStructuredSelection defaultSelection, String defaultSelectionLabel)
Creates the multi selection with the specified default selection.
-