Package com._1c.g5.v8.dt.ui
Interface IModelApiAwareSelection
-
- All Superinterfaces:
ISelection
,IStructuredSelection
,Iterable
public interface IModelApiAwareSelection extends IStructuredSelection
TheIStructuredSelection
that keeps the corresponding to selectionIModelApi
instance.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IModelApi
getApi()
Returns theIModelApi
instance.-
Methods inherited from interface org.eclipse.jface.viewers.ISelection
isEmpty
-
Methods inherited from interface org.eclipse.jface.viewers.IStructuredSelection
getFirstElement, iterator, size, toArray, toList
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-