java.lang.Object
javax.swing.AbstractCellEditor
com.jidesoft.grid.AbstractJideCellEditor
com.jidesoft.grid.ContextSensitiveCellEditor
com.jidesoft.grid.ExComboBoxCellEditor
com.jidesoft.grid.FontCellEditor
com.inductiveautomation.factorypmi.designer.property.propertytable.SimpleFontCellEditor
All Implemented Interfaces:
com.jidesoft.converter.ConverterContextSupport, com.jidesoft.grid.EditorContextSupport, com.jidesoft.grid.EditorStyleSupport, com.jidesoft.grid.JideCellEditor, ActionListener, Serializable, EventListener, CellEditor, PopupMenuListener, TableCellEditor

public class SimpleFontCellEditor extends com.jidesoft.grid.FontCellEditor
See Also:
  • 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
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected com.jidesoft.combobox.FontExComboBox
     

    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 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SimpleFontCellEditor

      public SimpleFontCellEditor()
  • Method Details

    • createFontComboBox

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