public class TextAreaCellEditor extends DefaultCellEditor
Taken and adapted from the Article "Multi-line cells in JTable in JDK 1.4+" by Dr. Heinz M. Kabutz:
http://www.javaspecialists.eu/archive/Issue106.html
DefaultCellEditor.EditorDelegateclickCountToStart, delegate, editorComponentchangeEvent, listenerList| Constructor and Description |
|---|
TextAreaCellEditor() |
| Modifier and Type | Method and Description |
|---|---|
JTextArea |
getTextArea() |
cancelCellEditing, getCellEditorValue, getClickCountToStart, getComponent, getTableCellEditorComponent, getTreeCellEditorComponent, isCellEditable, setClickCountToStart, shouldSelectCell, stopCellEditingaddCellEditorListener, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, removeCellEditorListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddCellEditorListener, removeCellEditorListenerpublic JTextArea getTextArea()