Eclipse Platform
2.0

org.eclipse.jface.viewers
Interface ISelection

All Known Subinterfaces:
IMarkSelection, IStructuredSelection, ITextSelection
All Known Implementing Classes:
MarkSelection, StructuredSelection, TextSelection

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 Platform
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.