Class OptionRowEditor<T extends Enum<T>>
java.lang.Object
com.inductiveautomation.ignition.common.util.AbstractChangeable
com.inductiveautomation.perspective.designer.styles.StyleAttributeEditor
com.inductiveautomation.perspective.designer.styles.editors.OptionRowEditor<T>
- All Implemented Interfaces:
Changeable
Option editor for attributes who have a small number of options: 2-5ish. The options will be displayed in a ButtonBar
-
Field Summary
Fields inherited from class com.inductiveautomation.perspective.designer.styles.StyleAttributeEditor
attribute
Fields inherited from class com.inductiveautomation.ignition.common.util.AbstractChangeable
changeEvent, listenerList
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.inductiveautomation.perspective.designer.styles.StyleAttributeEditor
getAttribute, optionToString
Methods inherited from class com.inductiveautomation.ignition.common.util.AbstractChangeable
addChangeListener, fireStateChanged, getChangeListeners, removeChangeListener
-
Constructor Details
-
OptionRowEditor
-
-
Method Details
-
getComponent
- Specified by:
getComponent
in classStyleAttributeEditor
-
getValue
- Specified by:
getValue
in classStyleAttributeEditor
-
setValue
- Specified by:
setValue
in classStyleAttributeEditor
-