Eclipse Platform
Release 3.3

org.eclipse.jface.viewers
Interface ISelection

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

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
Release 3.3

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.