Class SimpleFontCellEditor
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 SummaryFields inherited from class com.jidesoft.grid.ExComboBoxCellEditor_comboBoxFields inherited from class com.jidesoft.grid.ContextSensitiveCellEditorDEFAULT_CELL_EDITOR_BORDERFields inherited from class com.jidesoft.grid.AbstractJideCellEditor_clickCountToStartFields inherited from class javax.swing.AbstractCellEditorchangeEvent, listenerList
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected com.jidesoft.combobox.FontExComboBoxMethods inherited from class com.jidesoft.grid.FontCellEditorcreateExComboBoxMethods inherited from class com.jidesoft.grid.ExComboBoxCellEditoractionPerformed, createExComboBox, customizeExComboBox, getCellEditorValue, getComboBox, getTableCellEditorComponent, isEditorStyleSupported, popupMenuCanceled, popupMenuWillBecomeInvisible, popupMenuWillBecomeVisible, setCellEditorValue, setConverter, setType, stopCellEditingMethods inherited from class com.jidesoft.grid.ContextSensitiveCellEditorgetConverter, getConverterContext, getEditorContext, getEditorStyle, getType, isUseConverterContext, setConverterContext, setEditorContext, setEditorStyle, setUseConverterContextMethods inherited from class com.jidesoft.grid.AbstractJideCellEditoraddValidationListener, getClickCountToStart, getDefaultErrorBehavior, getValidationListeners, isAutoStopCellEditing, isCellEditable, isPassEnterKeyToTable, removeValidationListener, setAutoStopCellEditing, setClickCountToStart, setDefaultErrorBehavior, setPassEnterKeyToTable, validateMethods inherited from class javax.swing.AbstractCellEditoraddCellEditorListener, cancelCellEditing, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, removeCellEditorListener, shouldSelectCellMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.swing.CellEditoraddCellEditorListener, cancelCellEditing, isCellEditable, removeCellEditorListener, shouldSelectCell
- 
Constructor Details- 
SimpleFontCellEditorpublic SimpleFontCellEditor()
 
- 
- 
Method Details- 
createFontComboBoxprotected com.jidesoft.combobox.FontExComboBox createFontComboBox()- Overrides:
- createFontComboBoxin class- com.jidesoft.grid.FontCellEditor
 
 
-