Package org.eclipse.jface.viewers
Interface ISelection
-
- All Known Subinterfaces:
IBlockTextSelection
,IMarkSelection
,IMultiTextSelection
,IStructuredSelection
,ITextSelection
,ITreeSelection
- All Known Implementing Classes:
BlockTextSelection
,MarkSelection
,MultiTextSelection
,StructuredSelection
,TextSelection
,TreeSelection
public interface ISelection
Interface for a selection.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isEmpty()
Returns whether this selection is empty.
-