Class StyleAttributeEditor
- java.lang.Object
- 
- com.inductiveautomation.ignition.common.util.AbstractChangeable
- 
- com.inductiveautomation.perspective.designer.styles.StyleAttributeEditor
 
 
- 
- All Implemented Interfaces:
- Changeable
 - Direct Known Subclasses:
- CheckboxEditor,- ColorAttributeEditor,- EditableDropdownEditor,- OptionButtonBarEditor,- OptionDropdownEditor,- OptionRowEditor,- RawTextEditor,- ShadowEditor,- ZeroToOneEditor
 
 public abstract class StyleAttributeEditor extends AbstractChangeable 
- 
- 
Field SummaryFields Modifier and Type Field Description protected StyleAttributeattribute- 
Fields inherited from class com.inductiveautomation.ignition.common.util.AbstractChangeablechangeEvent, listenerList
 
- 
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedStyleAttributeEditor(StyleAttribute attribute)
 - 
Method SummaryAll Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description StyleAttributegetAttribute()abstract javax.swing.JComponentgetComponent()abstract java.lang.StringgetValue()protected static java.lang.StringoptionToString(java.lang.Enum<?> option)abstract voidsetValue(java.lang.String value)- 
Methods inherited from class com.inductiveautomation.ignition.common.util.AbstractChangeableaddChangeListener, fireStateChanged, getChangeListeners, removeChangeListener
 
- 
 
- 
- 
- 
Field Detail- 
attributeprotected final StyleAttribute attribute 
 
- 
 - 
Constructor Detail- 
StyleAttributeEditorprotected StyleAttributeEditor(StyleAttribute attribute) 
 
- 
 - 
Method Detail- 
getAttributepublic StyleAttribute getAttribute() 
 - 
getComponentpublic abstract javax.swing.JComponent getComponent() 
 - 
getValuepublic abstract java.lang.String getValue() 
 - 
setValuepublic abstract void setValue(java.lang.String value) 
 - 
optionToStringprotected static java.lang.String optionToString(java.lang.Enum<?> option) 
 
- 
 
-