Class QualityCodeEditor
java.lang.Object
java.beans.PropertyEditorSupport
com.inductiveautomation.factorypmi.designer.property.editors.bb.SwingEditorSupport
com.inductiveautomation.factorypmi.designer.property.editors.ConfiguratorEditorSupport
com.inductiveautomation.factorypmi.designer.property.editors.StringPropertyEditor
com.inductiveautomation.factorypmi.designer.property.editors.QualityCodeEditor
- All Implemented Interfaces:
- BindablePropertyEditor,- PropertyEditor
This class currently extends StringPropertyEditor, to present the quality code as a string. However, since
 the actual property is a QualityCode type, we can come back and make this more robust whenever we'd like, if
 necessary.
- 
Nested Class SummaryNested classes/interfaces inherited from class com.inductiveautomation.factorypmi.designer.property.editors.StringPropertyEditorStringPropertyEditor.QuickTabbedPane
- 
Field SummaryFields inherited from class com.inductiveautomation.factorypmi.designer.property.editors.ConfiguratorEditorSupportaddGlueFields inherited from class com.inductiveautomation.factorypmi.designer.property.editors.bb.SwingEditorSupportbean, BUTTON_MARGIN, canceled, fpmi, LARGE_DIMENSION, MEDIUM_DIMENSION, modelColumn, modelRow, panel, propertyName, SMALL_DIMENSION, tableModel, TINY_DIMENSION
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.inductiveautomation.factorypmi.designer.property.editors.StringPropertyEditorinit, initComponents, onEditorClosed, onEditorOpenedMethods inherited from class com.inductiveautomation.factorypmi.designer.property.editors.ConfiguratorEditorSupportcreateDynamicOptsButton, isBindableEnabled, setBindableEnabledMethods inherited from class com.inductiveautomation.factorypmi.designer.property.editors.bb.SwingEditorSupportgetBean, getContext, getCustomEditor, getFPMIContext, getPropertyName, init, isCanceled, setAlignment, supportsCustomEditorMethods inherited from class java.beans.PropertyEditorSupportaddPropertyChangeListener, firePropertyChange, getAsText, getJavaInitializationString, getSource, getTags, isPaintable, paintValue, removePropertyChangeListener, setAsText, setSource
- 
Constructor Details- 
QualityCodeEditorpublic QualityCodeEditor()
 
- 
- 
Method Details- 
setValue- Specified by:
- setValuein interface- PropertyEditor
- Overrides:
- setValuein class- StringPropertyEditor
 
- 
getValue- Specified by:
- getValuein interface- PropertyEditor
- Overrides:
- getValuein class- StringPropertyEditor
 
 
-