Class SimpleFontCellEditor

  • All Implemented Interfaces:
    com.jidesoft.converter.ConverterContextSupport, com.jidesoft.grid.EditorContextSupport, com.jidesoft.grid.EditorStyleSupport, com.jidesoft.grid.JideCellEditor, java.awt.event.ActionListener, java.io.Serializable, java.util.EventListener, javax.swing.CellEditor, javax.swing.event.PopupMenuListener, javax.swing.table.TableCellEditor

    public class SimpleFontCellEditor
    extends com.jidesoft.grid.FontCellEditor
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class com.jidesoft.grid.ExComboBoxCellEditor

        _comboBox
      • Fields inherited from class com.jidesoft.grid.ContextSensitiveCellEditor

        DEFAULT_CELL_EDITOR_BORDER
      • Fields inherited from class com.jidesoft.grid.AbstractJideCellEditor

        _clickCountToStart
      • Fields inherited from class javax.swing.AbstractCellEditor

        changeEvent, listenerList
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected com.jidesoft.combobox.FontExComboBox createFontComboBox()  
      • Methods inherited from class com.jidesoft.grid.FontCellEditor

        createExComboBox
      • 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.ContextSensitiveCellEditor

        getConverter, getConverterContext, getEditorContext, getEditorStyle, getType, isUseConverterContext, setConverterContext, setEditorContext, setEditorStyle, 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 javax.swing.AbstractCellEditor

        addCellEditorListener, cancelCellEditing, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, removeCellEditorListener, shouldSelectCell
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface javax.swing.CellEditor

        addCellEditorListener, cancelCellEditing, isCellEditable, removeCellEditorListener, shouldSelectCell
    • Constructor Detail

      • SimpleFontCellEditor

        public SimpleFontCellEditor()
    • Method Detail

      • createFontComboBox

        protected com.jidesoft.combobox.FontExComboBox createFontComboBox()
        Overrides:
        createFontComboBox in class com.jidesoft.grid.FontCellEditor