Method Summary |
|
public int | getColumns() Returns the max number of visible columns of the text area. |
public ItsNatTextArea | getItsNatTextArea() Returns the associated component object. |
public int | getRows() Returns the max number of visible rows of the text area. |
public boolean | isLineWrap() Informs whether the text area wraps lines. |
public void | setColumns(int cols) Sets the max number of visible columns of the text area. |
public void | setLineWrap(boolean wrap) Enables or disables the line wrap. |
public void | setRows(int rows) Sets the max number of visible rows of the text area. |