Class ConfigPropertyEditPanel.EditorRenderer
java.lang.Object
javax.swing.AbstractCellEditor
com.inductiveautomation.ignition.designer.propertyeditor.config.table.editor.ConfigPropertyEditorRenderer<T>
com.inductiveautomation.ignition.designer.propertyeditor.config.ConfigPropertyEditPanel.EditorRenderer
- All Implemented Interfaces:
- com.inductiveautomation.ignition.designer.propertyeditor.config.table.editor.ParentConfigEditor<T>,- Serializable,- EventListener,- CellEditor,- CellEditorListener,- TableCellEditor,- TableCellRenderer
- Enclosing class:
- ConfigPropertyEditPanel<T extends PropertyConfigurationController>
protected class ConfigPropertyEditPanel.EditorRenderer
extends com.inductiveautomation.ignition.designer.propertyeditor.config.table.editor.ConfigPropertyEditorRenderer<T>
- See Also:
- 
Field SummaryFields inherited from class javax.swing.AbstractCellEditorchangeEvent, listenerList
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidcategorySelected(Property<?> prop) voidclearProperty(Property<?> prop) voidconfigureMenuForProperty(JPopupMenu menu, PropWrapper property) voidcustomEditorOpened(Property<?> property, CustomPropertyEditor<T> editor) voidcustomEditorOpened(Component owner, Property<?> prop, CustomPropertyEditor<T> editor) Methods inherited from class com.inductiveautomation.ignition.designer.propertyeditor.config.table.editor.ConfigPropertyEditorRendererconfigureBoundProperty, configureCategorySelector, configureCustomEditor, configureErroredEditor, configureReadOnlyProperty, editingCanceled, editingStopped, fireEditingCanceled, getCompositeEditor, getConfigController, getContext, getController, getCurrentCellEditor, getCurrentComponent, getEditorForProperty, getEditorIcons, getMutableFont, getMutableForeground, getNonMutableFont, getNonMutableForeground, getTableCellEditorComponent, getTableCellRendererComponent, isEditor, isTextEditor, propertySupportsBindings, registerWellKnownEditor, replaceSelectedText, reset, setConfigController, setController, setCurrentCellEditor, setNonMutableFont, setNonMutableForeground, stopCellEditingMethods inherited from class javax.swing.AbstractCellEditoraddCellEditorListener, cancelCellEditing, fireEditingStopped, getCellEditorListeners, isCellEditable, 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- 
EditorRenderer
 
- 
- 
Method Details- 
getCellEditorValue- Specified by:
- getCellEditorValuein interface- CellEditor
- Overrides:
- getCellEditorValuein class- com.inductiveautomation.ignition.designer.propertyeditor.config.table.editor.ConfigPropertyEditorRenderer<T extends PropertyConfigurationController>
 
- 
customEditorOpened
- 
customEditorOpened
- 
categorySelected
- 
configureMenuForProperty
- 
clearProperty
 
-