com.jidesoft.grid
Class LegacyStringArrayCellEditor
java.lang.Object
javax.swing.AbstractCellEditor
com.jidesoft.grid.AbstractJideCellEditor
com.jidesoft.grid.ContextSensitiveCellEditor
com.jidesoft.grid.AbstractComboBoxCellEditor
com.jidesoft.grid.LegacyStringArrayCellEditor
- All Implemented Interfaces:
- ConverterContextSupport, EditorContextSupport, EditorStyleSupport, JideCellEditor, ActionListener, ItemListener, Serializable, EventListener, CellEditor, PopupMenuListener, TableCellEditor
public class LegacyStringArrayCellEditor
- extends AbstractComboBoxCellEditor
A String array cell editor.
- See Also:
- Serialized Form
Methods inherited from class com.jidesoft.grid.AbstractComboBoxCellEditor |
actionPerformed, createAbstractComboBox, customizeAbstractComboBox, getCellEditorValue, getComboBox, getTableCellEditorComponent, isEditorStyleSupported, itemStateChanged, popupMenuCanceled, popupMenuWillBecomeInvisible, popupMenuWillBecomeVisible, setCellEditorValue, setConverter, stopCellEditing |
Methods inherited from class com.jidesoft.grid.ContextSensitiveCellEditor |
getConverter, getConverterContext, getEditorContext, getEditorStyle, getType, isUseConverterContext, setConverterContext, setEditorContext, setEditorStyle, setType, setUseConverterContext |
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 |
LegacyStringArrayCellEditor
public LegacyStringArrayCellEditor()
- Creates a LegacyStringArrayCellEditor.
createAbstractComboBox
public AbstractComboBox createAbstractComboBox()
- Creates StringArrayComboBox used by this cell editor.
- Specified by:
createAbstractComboBox
in class AbstractComboBoxCellEditor
- Returns:
- a StringArrayComboBox.
createStringArrayComboBox
protected StringArrayComboBox createStringArrayComboBox()
- Creates StringArrayComboBox used by this cell editor.
- Returns:
- a StringArrayComboBox.