GNU Classpath (0.95) | |
Frames | No Frames |
Methods with return type javax.swing.text.Position | |
Position | AbstractDocument.createPosition(int offset) Creates a Position that keeps track of the location at the
specified offset .
|
Position | AbstractDocument.Content.createPosition(int offset) Creates a Position that keeps track of the location at
offset .
|
Position | Document.createPosition(int offs) Creates a mark in the character content at the specified offset.
|
Position | GapContent.createPosition(int offset) Creates and returns a mark at the specified position.
|
Position | StringContent.createPosition(int offset) Creates a position reference for the character at the given offset. |
Position | Returns a Position which will always mark the end of the
Document .
|
Position | Returns the position that marks the end of the document.
|
Position | Returns a Position which will always mark the beginning of the
Document .
|
Position | Returns the position that marks the beginning of the document
content.
|
GNU Classpath (0.95) |