Package com._1c.g5.v8.dt.ui
Interface IBmEditingContextAwareSelection
- All Superinterfaces:
ISelection
,IStructuredSelection
,Iterable
@Deprecated(forRemoval=true)
public interface IBmEditingContextAwareSelection
extends IStructuredSelection
Deprecated, for removal: This API element is subject to removal in a future version.
The
IStructuredSelection
that gives IBmEditingContext
instance.-
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Returns the BM editing context.Deprecated, for removal: This API element is subject to removal in a future version.Returns the model API.Methods inherited from interface org.eclipse.jface.viewers.ISelection
isEmpty
Methods inherited from interface org.eclipse.jface.viewers.IStructuredSelection
getFirstElement, iterator, size, stream, toArray, toList
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Method Details
-
getEditingContext
IBmEditingContext getEditingContext()Deprecated, for removal: This API element is subject to removal in a future version.Returns the BM editing context.- Returns:
- the BM editing context.
-
getModelApi
IModelApi getModelApi()Deprecated, for removal: This API element is subject to removal in a future version.Returns the model API.- Returns:
- the model API or
null
if it is not set.
-
IModelApiAwareSelection
instead