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 TypeMethodDescriptionvoid
categorySelected
(Property<?> prop) void
clearProperty
(Property<?> prop) void
configureMenuForProperty
(JPopupMenu menu, PropWrapper property) void
customEditorOpened
(Property<?> property, CustomPropertyEditor<T> editor) void
customEditorOpened
(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, stopCellEditing
Methods inherited from class javax.swing.AbstractCellEditor
addCellEditorListener, cancelCellEditing, fireEditingStopped, getCellEditorListeners, isCellEditable, removeCellEditorListener, shouldSelectCell
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface javax.swing.CellEditor
addCellEditorListener, cancelCellEditing, isCellEditable, removeCellEditorListener, shouldSelectCell
-
Constructor Details
-
EditorRenderer
-
-
Method Details
-
getCellEditorValue
- Specified by:
getCellEditorValue
in interfaceCellEditor
- Overrides:
getCellEditorValue
in classcom.inductiveautomation.ignition.designer.propertyeditor.config.table.editor.ConfigPropertyEditorRenderer<T extends PropertyConfigurationController>
-
customEditorOpened
-
customEditorOpened
-
categorySelected
-
configureMenuForProperty
-
clearProperty
-