A G I J R S

A

append(String) - Method in class javax.swing.JTextArea
Appends the given text to the end of the document.

G

getAccessibleContext() - Method in class javax.swing.JTextArea
Get the AccessibleContext associated with this JTextArea.
getColumns() - Method in class javax.swing.JTextArea
Returns the number of columns in the TextArea.
getLineCount() - Method in class javax.swing.JTextArea
Determines the number of lines contained in the area.
getLineEndOffset(int) - Method in class javax.swing.JTextArea
Determines the offset of the end of the given line.
getLineOfOffset(int) - Method in class javax.swing.JTextArea
Translates an offset into the components text to a line number.
getLineStartOffset(int) - Method in class javax.swing.JTextArea
Determines the offset of the start of the given line.
getLineWrap() - Method in class javax.swing.JTextArea
Gets the line-wrapping policy of the text area.
getPreferredScrollableViewportSize() - Method in class javax.swing.JTextArea
Returns the preferred size of the viewport if this component is embedded in a JScrollPane.
getPreferredSize() - Method in class javax.swing.JTextArea
Returns the preferred size of the TextArea.
getRows() - Method in class javax.swing.JTextArea
Returns the number of rows in the TextArea.
getScrollableTracksViewportWidth() - Method in class javax.swing.JTextArea
Returns true if a viewport should always force the width of this Scrollable to match the width of the viewport.
getScrollableUnitIncrement(Rectangle, int, int) - Method in class javax.swing.JTextArea
Components that display logical rows or columns should compute the scroll increment that will completely expose one new row or column, depending on the value of orientation.
getTabSize() - Method in class javax.swing.JTextArea
Gets the number of characters used to expand tabs.
getUIClassID() - Method in class javax.swing.JTextArea
Returns the class ID for the UI.
getWrapStyleWord() - Method in class javax.swing.JTextArea
Get the style of wrapping used if the text area is wrapping lines.

I

insert(String, int) - Method in class javax.swing.JTextArea
Inserts the specified text at the specified position.
isManagingFocus() - Method in class javax.swing.JTextArea
Turns off tab traversal once focus gained.

J

JTextArea - class javax.swing.JTextArea.
A TextArea is a multi-line area that displays plain text.
JTextArea() - Constructor for class javax.swing.JTextArea
Constructs a new TextArea.
JTextArea(Document) - Constructor for class javax.swing.JTextArea
Constructs a new JTextArea with the given document model, and defaults for all of the other arguments (null, 0, 0).
JTextArea(Document, String, int, int) - Constructor for class javax.swing.JTextArea
Constructs a new JTextArea with the specified number of rows and columns, and the given model.
JTextArea(int, int) - Constructor for class javax.swing.JTextArea
Constructs a new empty TextArea with the specified number of rows and columns.
JTextArea(String) - Constructor for class javax.swing.JTextArea
Constructs a new TextArea with the specified text displayed.
JTextArea(String, int, int) - Constructor for class javax.swing.JTextArea
Constructs a new TextArea with the specified text and number of rows and columns.

R

replaceRange(String, int, int) - Method in class javax.swing.JTextArea
Replaces text from the indicated start to end position with the new text specified.

S

setColumns(int) - Method in class javax.swing.JTextArea
Sets the number of columns for this TextArea.
setFont(Font) - Method in class javax.swing.JTextArea
Sets the current font.
setLineWrap(boolean) - Method in class javax.swing.JTextArea
Sets the line-wrapping policy of the text area.
setRows(int) - Method in class javax.swing.JTextArea
Sets the number of rows for this TextArea.
setTabSize(int) - Method in class javax.swing.JTextArea
Sets the number of characters to expand tabs to.
setWrapStyleWord(boolean) - Method in class javax.swing.JTextArea
Set the style of wrapping used if the text area is wrapping lines.

A G I J R S