com.jidesoft.grid
Class ColorCellEditor
java.lang.Object
javax.swing.AbstractCellEditor
com.jidesoft.grid.AbstractJideCellEditor
com.jidesoft.grid.ContextSensitiveCellEditor
com.jidesoft.grid.ExComboBoxCellEditor
com.jidesoft.grid.ColorCellEditor
- All Implemented Interfaces:
- ConverterContextSupport, EditorContextSupport, EditorStyleSupport, JideCellEditor, ActionListener, Serializable, EventListener, CellEditor, PopupMenuListener, TableCellEditor
public class ColorCellEditor
- extends ExComboBoxCellEditor
CellEditor for Color. It uses ColorExComboBox to provide an editor for Color. You can override createColorComboBox()
method to provide your own ColorExComboBox.
- See Also:
- Serialized Form
Methods inherited from class com.jidesoft.grid.ExComboBoxCellEditor |
actionPerformed, createExComboBox, customizeExComboBox, getCellEditorValue, getComboBox, 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 |
ColorCellEditor
public ColorCellEditor()
- Creates a ColorCellEditor.
createExComboBox
public ExComboBox createExComboBox()
- Creates the color combobox used by this cell editor.
- Specified by:
createExComboBox
in class ExComboBoxCellEditor
- Returns:
- the color combobox.
createColorComboBox
protected ColorExComboBox createColorComboBox()
- Creates the color combobox used by this cell editor.
- Returns:
- the color combobox.
getTableCellEditorComponent
public Component getTableCellEditorComponent(JTable table,
Object value,
boolean isSelected,
int row,
int column)
- Specified by:
getTableCellEditorComponent
in interface TableCellEditor
- Overrides:
getTableCellEditorComponent
in class ExComboBoxCellEditor