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 Summary
Fields Modifier and Type Field Description protected StyleAttributeattribute- 
Fields inherited from class com.inductiveautomation.ignition.common.util.AbstractChangeable
changeEvent, listenerList 
 - 
 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedStyleAttributeEditor(StyleAttribute attribute) 
- 
Method Summary
All 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.AbstractChangeable
addChangeListener, fireStateChanged, getChangeListeners, removeChangeListener 
 - 
 
 - 
 
- 
- 
Field Detail
- 
attribute
protected final StyleAttribute attribute
 
 - 
 
- 
Constructor Detail
- 
StyleAttributeEditor
protected StyleAttributeEditor(StyleAttribute attribute)
 
 - 
 
- 
Method Detail
- 
getAttribute
public StyleAttribute getAttribute()
 
- 
getComponent
public abstract javax.swing.JComponent getComponent()
 
- 
getValue
public abstract java.lang.String getValue()
 
- 
setValue
public abstract void setValue(java.lang.String value)
 
- 
optionToString
protected static java.lang.String optionToString(java.lang.Enum<?> option)
 
 - 
 
 -