com.jidesoft.grid
Class MultilineStringCellEditor
java.lang.Object
javax.swing.AbstractCellEditor
com.jidesoft.grid.AbstractJideCellEditor
com.jidesoft.grid.ContextSensitiveCellEditor
com.jidesoft.grid.ExComboBoxCellEditor
com.jidesoft.grid.MultilineStringCellEditor
- All Implemented Interfaces:
- ConverterContextSupport, EditorContextSupport, EditorStyleSupport, JideCellEditor, ActionListener, Serializable, EventListener, CellEditor, PopupMenuListener, TableCellEditor
public class MultilineStringCellEditor
- extends ExComboBoxCellEditor
A cell editor for text with line breaks. It still display the text in one line but when user clicks on the drop down
button, a dialog will show up to allow user to edit the text with new lines.
- See Also:
- Serialized Form
Methods inherited from class com.jidesoft.grid.ExComboBoxCellEditor |
actionPerformed, createExComboBox, customizeExComboBox, getCellEditorValue, getComboBox, getTableCellEditorComponent, isEditorStyleSupported, popupMenuCanceled, popupMenuWillBecomeInvisible, popupMenuWillBecomeVisible, setCellEditorValue, setConverter, setType, stopCellEditing |
Methods inherited from class com.jidesoft.grid.AbstractJideCellEditor |
addValidationListener, getClickCountToStart, getDefaultErrorBehavior, getValidationListeners, isAutoStopCellEditing, isCellEditable, isPassEnterKeyToTable, removeValidationListener, setAutoStopCellEditing, setClickCountToStart, setDefaultErrorBehavior, setPassEnterKeyToTable, validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONTEXT
public static final EditorContext CONTEXT
MultilineStringCellEditor
public MultilineStringCellEditor()
- Creates a MultilineStringCellEditor.
createExComboBox
public ExComboBox createExComboBox()
- Creates the MultilineStringExComboBox used by this cell editor.
- Specified by:
createExComboBox
in class ExComboBoxCellEditor
- Returns:
- a MultilineStringExComboBox.
createMultilineStringComboBox
protected MultilineStringExComboBox createMultilineStringComboBox()
- Creates the MultilineStringExComboBox used by this cell editor.
- Returns:
- a MultilineStringExComboBox.