PamView
Class DBTextArea

java.lang.Object
  extended by PamView.DBTextArea

public class DBTextArea
extends java.lang.Object


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

Field Detail

maxChars

private int maxChars

textArea

private javax.swing.JTextArea textArea

scrollPane

private javax.swing.JScrollPane scrollPane
Constructor Detail

DBTextArea

public DBTextArea(int rows,
                  int columns,
                  int maxChars)
Method Detail

checkCommentLength

private void checkCommentLength()

getComponent

public javax.swing.JComponent getComponent()

setText

public void setText(java.lang.String text)

getText

public java.lang.String getText()