Class DoubleEditor
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.AbstractNumberEditor
com.inductiveautomation.factorypmi.designer.property.editors.DoubleEditor
- All Implemented Interfaces:
- BindablePropertyEditor,- PropertyEditor
This is the component used in the property editor table to edit Double and double properties. It handles null values
 gracefully as empty string.
- 
Nested Class SummaryNested classes/interfaces inherited from class com.inductiveautomation.factorypmi.designer.property.editors.AbstractNumberEditorAbstractNumberEditor.NullAcceptableNumberFormatter
- 
Field SummaryFields inherited from class com.inductiveautomation.factorypmi.designer.property.editors.AbstractNumberEditorformattedTextFieldFields 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 SummaryModifier and TypeMethodDescriptionprotected ObjectextractSubtype(Number number) Return the right kind of number here.protected NumberFormatOverride to provide the correct number format for your typeMethods inherited from class com.inductiveautomation.factorypmi.designer.property.editors.AbstractNumberEditorgetValue, initComponents, setValueMethods inherited from class com.inductiveautomation.factorypmi.designer.property.editors.ConfiguratorEditorSupportcreateDynamicOptsButton, init, 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- 
DoubleEditorpublic DoubleEditor()
 
- 
- 
Method Details- 
newNumberFormatDescription copied from class:AbstractNumberEditorOverride to provide the correct number format for your type- Specified by:
- newNumberFormatin class- AbstractNumberEditor
 
- 
extractSubtypeDescription copied from class:AbstractNumberEditorReturn the right kind of number here.- Specified by:
- extractSubtypein class- AbstractNumberEditor
- Parameters:
- number- Will never be null.
- Returns:
- The correct kind of number, for example, a Double
 
 
-