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 Summary
Fields inherited from class javax.swing.AbstractCellEditor
changeEvent, listenerList -
Constructor Summary
Constructors -
Method Summary
Modifier 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.ConfigPropertyEditorRenderer
configureBoundProperty, 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.AbstractCellEditor
addCellEditorListener, cancelCellEditing, fireEditingStopped, getCellEditorListeners, isCellEditable, 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
-
EditorRenderer
-
-
Method Details
-
getCellEditorValue
- Specified by:
getCellEditorValuein interfaceCellEditor- Overrides:
getCellEditorValuein classcom.inductiveautomation.ignition.designer.propertyeditor.config.table.editor.ConfigPropertyEditorRenderer<T extends PropertyConfigurationController>
-
customEditorOpened
-
customEditorOpened
-
categorySelected
-
configureMenuForProperty
-
clearProperty
-