GNU Classpath (0.18) | ||
Frames | No Frames |
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.
|
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) Fetches a portion of the text represented by the component.
|
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 | |
Object | |
Object | |
void | |
void | |
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) |
int | Draws selected text at a given position.
|
int | |
int | Draws unselected text at a given position.
|
int | |
void | Fetches a piece of content and stores it in txt .
|
void | Fetches a piece of content and stores it in a Segment object.
|
void | |
String | AbstractDocument.Content.getString(int where, int len) Returns a piece of content.
|
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 a piece of this Document 's content.
|
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 | Fetches a piece of this Document 's content and stores
it in the given Segment .
|
void | Fetch the textual content starting at offset with
a length of length and store it in txt .
|
String | Return the text of the Document that is associated with the given
Element. |
UndoableEdit | Inserts a string into the content model.
|
UndoableEdit | Inserts a string at the specified position.
|
UndoableEdit | |
void | Inserts a String into this Document at the specified
position and assigning the specified attributes to it.
|
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 | Maps a position in the document into the coordinate space of the View.
|
Shape | Maps a position in the document into the coordinate space of the View.
|
Shape | Maps a position in the document into the coordinate space of the View.
|
Shape | Maps a position in the document into the coordinate space of the View.
|
Shape | Maps a position in the document into the coordinate space of the View.
|
Shape | Provides a mapping from the document model coordinate space to the
coordinate space of the view mapped to it.
|
Shape | Maps a position in the document into the coordinate space of the View.
|
Shape | Maps a position in the document into the coordinate space of the View.
|
Shape | Maps a region in the document into the coordinate space of the View.
|
Shape | Maps a region in the document into the coordinate space of the View.
|
Shape | Maps a position in the document into the coordinate space of the View.
|
void | Reads a document of the supported content type from an InputStream
into the actual Document object.
|
void | |
void | |
void | |
void | AbstractDocument.remove(int offset, int length) Removes a piece of content from this Document .
|
UndoableEdit | AbstractDocument.Content.remove(int where, int nitems) Removes a piece of content from the content model.
|
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 a piece of content in this Document with
another piece of content.
|
void | |
void | DocumentFilter.replace(DocumentFilter.FilterBypass fb, int offset, int length, String text, AttributeSet attr) |
void | Output the text of the indicated Element, properly clipping it to
the range of the Document specified when the AbstractWriter was
created.
|
void | This method must be overridden by a concrete subclass. |
void | Writes the Document (or a fragment of the
Document ) to an OutputStream in the
supported content type format.
|
void | |
void | Writes the Document (or a fragment of the
Document ) to a Writer in the
supported content type format.
|
void |
Methods which throw type javax.swing.text.BadLocationException | |
int | MultiTextUI.getNextVisualPositionFrom(JTextComponent tc, int pos, Position.Bias bias, int direction, Position.Bias outBias) Calls the TextUI.getNextVisualPositionFrom(JTextComponent, int,
Position.Bias, int, Position.Bias[]) method for all
the UI delegates managed by this MultiTextUI ,
returning the position for the UI delegate from the primary look and
feel.
|
Rectangle | Calls the TextUI.modelToView(JTextComponent,int) method for all
the UI delegates managed by this MultiTextUI ,
returning the bounds for the UI delegate from the primary look and
feel.
|
Rectangle | Calls the TextUI.modelToView(JTextComponent,int,Position.Bias)
method for all the UI delegates managed by this MultiTextUI ,
returning the bounds for the UI delegate from the primary look and
feel.
|
Methods which throw type javax.swing.text.BadLocationException | |
int | BasicTextUI.getNextVisualPositionFrom(JTextComponent t, int pos, Position.Bias b, int direction, Position.Bias biasRet) Gets the next position inside the document model that is visible on
screen, starting from pos .
|
Rectangle | Maps a position in the document into the coordinate space of the View.
|
Rectangle | Maps a position in the document into the coordinate space of the View.
|
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 .
|
GNU Classpath (0.18) |