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