com.fruitioninc.jwc
Class TextArea
java.lang.Object
|
+--com.fruitioninc.jwc.Component
|
+--com.fruitioninc.jwc.TextArea
- public class TextArea
- extends Component
Display and edit multiple lines of text.
Methods inherited from class com.fruitioninc.jwc.Component |
addComponentListener, addMouseListener, fireComponentSerialize, fireMouseClicked, getApplication, getComponentListenerCount, getComponentListeners, getContainer, getModel, getMouseListenerCount, getMouseListeners, getName, getPathName, getView, setModel |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TextArea
public TextArea()
TextArea
public TextArea(java.lang.String name)
TextArea
public TextArea(java.lang.String name,
java.lang.String text)
TextArea
public TextArea(java.lang.String name,
TextAreaModel model)
getTextAreaModel
public TextAreaModel getTextAreaModel()
getRowCount
public int getRowCount()
setRowCount
public void setRowCount(int rowCount)
getColumnCount
public int getColumnCount()
setColumnCount
public void setColumnCount(int columnCount)