Class ZeroToOneEditor
- java.lang.Object
- 
- com.inductiveautomation.ignition.common.util.AbstractChangeable
- 
- com.inductiveautomation.perspective.designer.styles.StyleAttributeEditor
- 
- com.inductiveautomation.perspective.designer.styles.editors.ZeroToOneEditor
 
 
 
- 
- All Implemented Interfaces:
- Changeable
 
 public class ZeroToOneEditor extends StyleAttributeEditor 
- 
- 
Field Summary- 
Fields inherited from class com.inductiveautomation.perspective.designer.styles.StyleAttributeEditorattribute
 - 
Fields inherited from class com.inductiveautomation.ignition.common.util.AbstractChangeablechangeEvent, listenerList
 
- 
 - 
Constructor SummaryConstructors Constructor Description ZeroToOneEditor(StyleAttribute attribute)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.JComponentgetComponent()java.lang.StringgetValue()voidsetValue(java.lang.String value)- 
Methods inherited from class com.inductiveautomation.perspective.designer.styles.StyleAttributeEditorgetAttribute, optionToString
 - 
Methods inherited from class com.inductiveautomation.ignition.common.util.AbstractChangeableaddChangeListener, fireStateChanged, getChangeListeners, removeChangeListener
 
- 
 
- 
- 
- 
Constructor Detail- 
ZeroToOneEditorpublic ZeroToOneEditor(StyleAttribute attribute) 
 
- 
 - 
Method Detail- 
getComponentpublic javax.swing.JComponent getComponent() - Specified by:
- getComponentin class- StyleAttributeEditor
 
 - 
getValuepublic java.lang.String getValue() - Specified by:
- getValuein class- StyleAttributeEditor
 
 - 
setValuepublic void setValue(java.lang.String value) - Specified by:
- setValuein class- StyleAttributeEditor
 
 
- 
 
-