Class MultiLineTableCellEditor

java.lang.Object
javax.swing.AbstractCellEditor
be.gaudry.swing.component.table.editors.MultiLineTableCellEditor
All Implemented Interfaces:
Serializable, CellEditor, TableCellEditor

public class MultiLineTableCellEditor extends AbstractCellEditor implements TableCellEditor
Multiline text cell editor. This will show a dialog to edit the cell text. Provided by the broldev.core.swing project.
Since:
1.0 (Dec 26, 2008), broldev.core.swing 0.0.1-SNAPSHOT dependency
Version:
1.1 (Feb 11 2009)
Author:
Steph GAUDRY
See Also:
Serialized Form
  • Constructor Details

    • MultiLineTableCellEditor

      public MultiLineTableCellEditor()
      Builds an instance without title for the dialog
    • MultiLineTableCellEditor

      public MultiLineTableCellEditor(String title)
      Builds an instance with a custom title for the editor dialog
      Parameters:
      title - text to display on the dialog's window bar
    • MultiLineTableCellEditor

      public MultiLineTableCellEditor(String title, int maxStringLength)
      Builds an instance with a custom title for the editor dialog
      Parameters:
      title - text to display on the dialog's window bar
      maxStringLength - maximum length allowed (0 means no limit)
  • Method Details