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 Summary
Fields inherited from class com.jidesoft.grid.ExComboBoxCellEditor
_comboBoxFields inherited from class com.jidesoft.grid.ContextSensitiveCellEditor
DEFAULT_CELL_EDITOR_BORDERFields inherited from class com.jidesoft.grid.AbstractJideCellEditor
_clickCountToStartFields inherited from class javax.swing.AbstractCellEditor
changeEvent, listenerList -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected com.jidesoft.combobox.FontExComboBoxMethods inherited from class com.jidesoft.grid.FontCellEditor
createExComboBoxMethods inherited from class com.jidesoft.grid.ExComboBoxCellEditor
actionPerformed, createExComboBox, customizeExComboBox, getCellEditorValue, getComboBox, getTableCellEditorComponent, isEditorStyleSupported, popupMenuCanceled, popupMenuWillBecomeInvisible, popupMenuWillBecomeVisible, setCellEditorValue, setConverter, setType, stopCellEditingMethods inherited from class com.jidesoft.grid.ContextSensitiveCellEditor
getConverter, getConverterContext, getEditorContext, getEditorStyle, getType, isUseConverterContext, setConverterContext, setEditorContext, setEditorStyle, setUseConverterContextMethods inherited from class com.jidesoft.grid.AbstractJideCellEditor
addValidationListener, getClickCountToStart, getDefaultErrorBehavior, getValidationListeners, isAutoStopCellEditing, isCellEditable, isPassEnterKeyToTable, removeValidationListener, setAutoStopCellEditing, setClickCountToStart, setDefaultErrorBehavior, setPassEnterKeyToTable, validateMethods inherited from class javax.swing.AbstractCellEditor
addCellEditorListener, cancelCellEditing, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, removeCellEditorListener, shouldSelectCellMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.swing.CellEditor
addCellEditorListener, cancelCellEditing, isCellEditable, removeCellEditorListener, shouldSelectCell
-
Constructor Details
-
SimpleFontCellEditor
public SimpleFontCellEditor()
-
-
Method Details
-
createFontComboBox
protected com.jidesoft.combobox.FontExComboBox createFontComboBox()- Overrides:
createFontComboBoxin classcom.jidesoft.grid.FontCellEditor
-