Eclipse Platform
2.1

org.eclipse.jface.viewers
Interface ISelection

All Known Subinterfaces:
IMarkSelection, IStructuredSelection, ITextSelection

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.1

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