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 Summary
Nested classes/interfaces inherited from class com.inductiveautomation.factorypmi.designer.property.editors.StringPropertyEditor
StringPropertyEditor.QuickTabbedPane - 
Field Summary
Fields inherited from class com.inductiveautomation.factorypmi.designer.property.editors.ConfiguratorEditorSupport
addGlueFields inherited from class com.inductiveautomation.factorypmi.designer.property.editors.bb.SwingEditorSupport
bean, BUTTON_MARGIN, canceled, fpmi, LARGE_DIMENSION, MEDIUM_DIMENSION, modelColumn, modelRow, panel, propertyName, SMALL_DIMENSION, tableModel, TINY_DIMENSION - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class com.inductiveautomation.factorypmi.designer.property.editors.StringPropertyEditor
init, initComponents, onEditorClosed, onEditorOpenedMethods inherited from class com.inductiveautomation.factorypmi.designer.property.editors.ConfiguratorEditorSupport
createDynamicOptsButton, isBindableEnabled, setBindableEnabledMethods inherited from class com.inductiveautomation.factorypmi.designer.property.editors.bb.SwingEditorSupport
getBean, getContext, getCustomEditor, getFPMIContext, getPropertyName, init, isCanceled, setAlignment, supportsCustomEditorMethods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getAsText, getJavaInitializationString, getSource, getTags, isPaintable, paintValue, removePropertyChangeListener, setAsText, setSource 
- 
Constructor Details
- 
QualityCodeEditor
public QualityCodeEditor() 
 - 
 - 
Method Details
- 
setValue
- Specified by:
 setValuein interfacePropertyEditor- Overrides:
 setValuein classStringPropertyEditor
 - 
getValue
- Specified by:
 getValuein interfacePropertyEditor- Overrides:
 getValuein classStringPropertyEditor
 
 -