|
Eclipse Platform Release 3.6 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ITextSelection | |
---|---|
org.eclipse.jface.text | Provides a framework for creating and manipulating text documents. |
org.eclipse.ui.texteditor | Provides a framework for text editors obeying to the desktop rules. |
Uses of ITextSelection in org.eclipse.jface.text |
---|
Subinterfaces of ITextSelection in org.eclipse.jface.text | |
---|---|
interface |
IBlockTextSelection
A rectangular selection in a text document. |
Classes in org.eclipse.jface.text that implement ITextSelection | |
---|---|
class |
BlockTextSelection
Standard implementation of IBlockTextSelection . |
class |
TextSelection
Standard implementation of ITextSelection . |
Methods in org.eclipse.jface.text that return ITextSelection | |
---|---|
static ITextSelection |
TextSelection.emptySelection()
Returns the shared instance of the empty text selection. |
Methods in org.eclipse.jface.text with parameters of type ITextSelection | |
---|---|
static IRegion[] |
JFaceTextUtil.getCoveredRanges(ITextViewer viewer,
ITextSelection selection)
Returns the text regions covered by the given selection in the given viewer. |
static boolean |
JFaceTextUtil.isEmpty(ITextViewer viewer,
ITextSelection selection)
Returns true if the text covered by selection does not contain any
characters in the given viewer. |
Uses of ITextSelection in org.eclipse.ui.texteditor |
---|
Methods in org.eclipse.ui.texteditor with parameters of type ITextSelection | |
---|---|
void |
TextViewerDeleteLineTarget.deleteLine(IDocument document,
ITextSelection selection,
int type,
boolean copyToClipboard)
Deletes the lines that intersect with the given selection . |
|
Eclipse Platform Release 3.6 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.