public interface IMarkSelection extends ISelection
IMarkRegionTarget
interface. By checking the
type of the selection selection listeners can determine whether a selection
event is about a mark or a normal text selection.
This interface is not intended to be implemented by clients others than
ITextViewer
implementers.
Modifier and Type | Method and Description |
---|---|
IDocument |
getDocument()
Returns the marked document.
|
int |
getLength()
Returns the length of the mark selection.
|
int |
getOffset()
Returns the mark position.
|
isEmpty
IDocument getDocument()
int getOffset()
-1
if there's no marked region.-1
if there is no marked regionint getLength()
getOffset()
returns -1
.getOffset == -1
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.