Class OptionButtonBarEditor<T extends java.lang.Enum<T>>
- java.lang.Object
- 
- com.inductiveautomation.ignition.common.util.AbstractChangeable
- 
- com.inductiveautomation.perspective.designer.styles.StyleAttributeEditor
- 
- com.inductiveautomation.perspective.designer.styles.editors.OptionButtonBarEditor<T>
 
 
 
- 
- All Implemented Interfaces:
- Changeable
 
 public class OptionButtonBarEditor<T extends java.lang.Enum<T>> extends StyleAttributeEditor Similar to the OptionRowEditor but uses toggle buttons and icons instead
- 
- 
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 OptionButtonBarEditor(StyleAttribute attribute, T[] options)
 - 
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- 
OptionButtonBarEditorpublic OptionButtonBarEditor(StyleAttribute attribute, T[] options) 
 
- 
 - 
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
 
 
- 
 
-