com.jidesoft.grid
Class FontCellEditor
java.lang.Object
javax.swing.AbstractCellEditor
com.jidesoft.grid.AbstractJideCellEditor
com.jidesoft.grid.ContextSensitiveCellEditor
com.jidesoft.grid.ExComboBoxCellEditor
com.jidesoft.grid.FontCellEditor
- All Implemented Interfaces:
- ConverterContextSupport, EditorContextSupport, EditorStyleSupport, JideCellEditor, ActionListener, Serializable, EventListener, CellEditor, PopupMenuListener, TableCellEditor
public class FontCellEditor
- extends ExComboBoxCellEditor
CellEditor for Font. It uses FontComboBox to provide an editor for Font. You can override createFontComboBox()
method to provide your own FontComboBox.
- 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 |
FontCellEditor
public FontCellEditor()
- Creates a FontCellEditor.
createExComboBox
public ExComboBox createExComboBox()
- Creates the combobox used by this cell editor.
- Specified by:
createExComboBox
in class ExComboBoxCellEditor
- Returns:
- the font combobox.
createFontComboBox
protected FontExComboBox createFontComboBox()
- Creates the font combobox used by this cell editor.
- Returns:
- the font combobox.