PamView
Class DBTextArea
java.lang.Object
PamView.DBTextArea
public class DBTextArea
- extends java.lang.Object
|
Constructor Summary |
DBTextArea(int rows,
int columns,
int maxChars)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
maxChars
private int maxChars
textArea
private javax.swing.JTextArea textArea
scrollPane
private javax.swing.JScrollPane scrollPane
DBTextArea
public DBTextArea(int rows,
int columns,
int maxChars)
checkCommentLength
private void checkCommentLength()
getComponent
public javax.swing.JComponent getComponent()
setText
public void setText(java.lang.String text)
getText
public java.lang.String getText()