java.lang.Object
javax.swing.AbstractCellEditor
javax.swing.DefaultCellEditor
org.gvsig.fmap.dal.swing.impl.featuretable.table.editors.TextAreaCellEditor
All Implemented Interfaces:
Serializable, CellEditor, TableCellEditor, TreeCellEditor
Direct Known Subclasses:
GeometryWKTCellEditor

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

Author:
Cèsar Ordiñana
See Also:
  • Constructor Details

    • TextAreaCellEditor

      public TextAreaCellEditor()
  • Method Details

    • getTextArea

      public JTextArea getTextArea()