Overview

 
Package  Use  Tree  Deprecated  Index  Help 
Eclipse Platform
Release 3.0
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES  
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD


 

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


 

Overview

 
Package  Use  Tree  Deprecated  Index  Help 
Eclipse Platform
Release 3.0
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES  
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD


Guidelines for using Eclipse APIs.

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