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>,java.io.Serializable,java.util.EventListener,javax.swing.CellEditor,javax.swing.event.CellEditorListener,javax.swing.table.TableCellEditor,javax.swing.table.TableCellRenderer
- Enclosing class:
- ConfigPropertyEditPanel<T extends PropertyConfigurationController>
protected class ConfigPropertyEditPanel.EditorRenderer extends com.inductiveautomation.ignition.designer.propertyeditor.config.table.editor.ConfigPropertyEditorRenderer<T>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EditorRenderer(DesignerContext context, boolean isEditor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcategorySelected(Property<?> prop)voidclearProperty(Property<?> prop)voidconfigureMenuForProperty(javax.swing.JPopupMenu menu, PropWrapper property)voidcustomEditorOpened(Property<?> property, CustomPropertyEditor<T> editor)voidcustomEditorOpened(java.awt.Component owner, Property<?> prop, CustomPropertyEditor<T> editor)java.lang.ObjectgetCellEditorValue()-
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, getTableCellEditorComponent, getTableCellRendererComponent, isEditor, isTextEditor, propertySupportsBindings, registerWellKnownEditor, replaceSelectedText, reset, setConfigController, setController, setCurrentCellEditor, stopCellEditing
-
Methods inherited from class javax.swing.AbstractCellEditor
addCellEditorListener, cancelCellEditing, fireEditingStopped, getCellEditorListeners, isCellEditable, removeCellEditorListener, shouldSelectCell
-
-
-
-
Constructor Detail
-
EditorRenderer
public EditorRenderer(DesignerContext context, boolean isEditor)
-
-
Method Detail
-
getCellEditorValue
public java.lang.Object getCellEditorValue()
- Specified by:
getCellEditorValuein interfacejavax.swing.CellEditor- Overrides:
getCellEditorValuein classcom.inductiveautomation.ignition.designer.propertyeditor.config.table.editor.ConfigPropertyEditorRenderer<T extends PropertyConfigurationController>
-
customEditorOpened
public void customEditorOpened(java.awt.Component owner, Property<?> prop, CustomPropertyEditor<T> editor)
-
customEditorOpened
public void customEditorOpened(Property<?> property, CustomPropertyEditor<T> editor)
-
categorySelected
public void categorySelected(Property<?> prop)
-
configureMenuForProperty
public void configureMenuForProperty(javax.swing.JPopupMenu menu, PropWrapper property)
-
clearProperty
public void clearProperty(Property<?> prop)
-
-