| java.lang.Object org.netbeans.editor.BasePosition
BasePosition | class BasePosition implements Position(Code) | | Position in document. This is enhanced version of Swing Position
interface. It supports insert after feature. If Position has insertAfter
flag set and text is inserted right at the mark's position, the position will
NOT move.
author: Miloslav Metelka version: 1.00 |
finalize | protected void finalize() throws Throwable(Code) | | Remove mark in finalize method
|
getOffset | public int getOffset()(Code) | | Get offset in document for this position
|
|
|