Eclipse eRCP
Release 1.1

org.eclipse.jface.viewers
Interface ISelection

All Known Subinterfaces:
IStructuredSelection
All Known Implementing Classes:
StructuredSelection

public interface ISelection

Interface for a selection.

See Also:
ISelectionProvider, ISelectionChangedListener, SelectionChangedEvent

Method Summary
 boolean isEmpty()
          Returns whether this selection is empty.
 

Method Detail

isEmpty

public boolean isEmpty()
Returns whether this selection is empty.

Returns:
true if this selection is empty, and false otherwise

Eclipse eRCP
Release 1.1