PComponent
|
--PTextComponent
|
--PTextArea
Classes extended from PTextArea: swingJapha 1.0Ryan Gantt
@void genArea()
int getCols()
int getRows()
StringBuffer paint()
void setCols()
void setRows()
void __construct()
Creates a new text area based on the default values and the styles from the superclass
public
Returns the number of columns (the width) of the current text area
The number of columns in the text area
public
Returns the number of rows (the height) of the current text area
The number of rows in the text area
public
Paints the component to the screen, or returns its value to be drawn later
for use later on
Mutates the number of columns (and thus, the width) of the text area
ArgumentDataTypeException if the passed value is not of type integer
public
Mutates the number of rows (and thus, the height) of the text area
ArgumentDataTypeException if the passed value is not of type integer
public
Overrides: PTextComponent::__construct()
Sets the default options for the textarea
public