GNU Classpath (0.17) | ||
Frames | No Frames |
Methods which throw type javax.swing.text.BadLocationException | |
void | The parser calls this method after it finishes parsing the document.
|
Methods which throw type javax.swing.text.BadLocationException | |
int | BasicTextUI.getNextVisualPositionFrom(JTextComponent t, int pos, Position.Bias b, int direction, Position.Bias biasRet) |
Rectangle | |
Rectangle |
Methods which throw type javax.swing.text.BadLocationException | |
Object | |
Object | |
void | |
void | |
Position | AbstractDocument.createPosition(int offset) Creates a mark in the character content at the specified offset.
|
Position | AbstractDocument.Content.createPosition(int 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) |
int | Draws selected text at a given position.
|
int | |
int | Draws unselected text at a given position.
|
int | |
void | |
void | Fetches a piece of content and stores it in a Segment object.
|
void | |
String | AbstractDocument.Content.getString(int where, int len) |
String | GapContent.getString(int where, int len) Returns a piece of content as String.
|
String | StringContent.getString(int where, int len) |
String | AbstractDocument.getText(int offset, int length) Returns the textual content starting at offset with
a length of length .
|
String | Returns the textual content starting at offset with
a length of length .
|
String | JTextComponent.getText(int offset, int length) Retrieves a part of the current text in this document.
|
void | Fetch the textual content starting at offset with
a length of length and store it in txt .
|
void | Fetch the textual content starting at offset with
a length of length and store it in txt .
|
UndoableEdit | |
UndoableEdit | Inserts a string at the specified position.
|
UndoableEdit | |
void | Inserts a piece of text with an AttributeSet at the specified
offset .
|
void | Inserts a piece of text with an AttributeSet at the specified
offset .
|
void | |
void | DocumentFilter.insertString(DocumentFilter.FilterBypass fb, int offset, String string, AttributeSet attr) |
Rectangle | JTextComponent.modelToView(int position) |
Shape | |
Shape | |
Shape | |
void | |
void | |
void | |
void | |
void | AbstractDocument.remove(int offset, int length) Removes a piece of content.
|
UndoableEdit | AbstractDocument.Content.remove(int where, int nitems) |
void | Removes a piece of content.
|
void | DocumentFilter.FilterBypass.remove(int offset, int length) |
UndoableEdit | GapContent.remove(int where, int nitems) Removes a piece of content at th specified position.
|
UndoableEdit | StringContent.remove(int where, int nitems) |
void | |
void | Replaces some text in the document.
|
void | |
void | DocumentFilter.replace(DocumentFilter.FilterBypass fb, int offset, int length, String text, AttributeSet attr) |
void | |
void | |
void | |
void |
Methods which throw type javax.swing.text.BadLocationException | |
void | Reads RTF data from stream into doc at the
specified position pos .
|
void | Reads RTF data from reader into doc at the
specified position pos .
|
Methods which throw type javax.swing.text.BadLocationException | |
int | JTextArea.getLineEndOffset(int line) |
int | JTextArea.getLineOfOffset(int offset) |
int | JTextArea.getLineStartOffset(int line) |
String | JPasswordField.getText(int offset, int length) getText
|
Methods which throw type javax.swing.text.BadLocationException | |
int | TextUI.getNextVisualPositionFrom(JTextComponent tc, int pos, Position.Bias bias, int direction, Position.Bias outBias) Calculates the caret position that is visually next to the given
position. |
Rectangle | Calculates the geometric extent of the character at the
given offset.
|
Rectangle | Calculates the geometric extent of the character at the
given offset.
|
GNU Classpath (0.17) |