|
Eclipse Platform 2.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ISelection | |
org.eclipse.jface.text | Provides a framework for creating, manipulating, displaying and editing text documents. |
org.eclipse.jface.viewers | Provides a framework for viewers, which are model-based content adapters for SWT widgets. |
Uses of ISelection in org.eclipse.jface.text |
Subinterfaces of ISelection in org.eclipse.jface.text | |
interface |
IMarkSelection
A mark selection. |
interface |
ITextSelection
This interface represents a textual selection. |
Classes in org.eclipse.jface.text that implement ISelection | |
class |
MarkSelection
Default implementation of IMarkSelection . |
class |
TextSelection
Standard implementation of ITextSelection . |
Uses of ISelection in org.eclipse.jface.viewers |
Subinterfaces of ISelection in org.eclipse.jface.viewers | |
interface |
IStructuredSelection
A selection containing elements. |
Classes in org.eclipse.jface.viewers that implement ISelection | |
class |
StructuredSelection
A concrete implementation of the IStructuredSelection interface,
suitable for instantiating or subclassing. |
|
Eclipse Platform 2.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |