|
Eclipse Platform Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.jface.text.MarkSelection
Default implementation of IMarkSelection.
Constructor Summary | |
MarkSelection(IDocument document,
int offset,
int length)
Creates a MarkSelection. |
Method Summary | |
IDocument | getDocument()
Returns the marked document. |
int | getLength()
Returns the length of the mark selection. |
int | getOffset()
Returns the mark position. |
boolean | isEmpty()
Returns whether this selection is empty. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MarkSelection(IDocument document, int offset, int length)
Method Detail |
public IDocument getDocument()
public int getOffset()
public int getLength()
public boolean isEmpty()
|
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.