Class EditableDropdownEditor<T>
java.lang.Object
com.inductiveautomation.ignition.common.util.AbstractChangeable
com.inductiveautomation.perspective.designer.styles.StyleAttributeEditor
com.inductiveautomation.perspective.designer.styles.editors.EditableDropdownEditor<T>
- All Implemented Interfaces:
 Changeable
- 
Nested Class Summary
Nested Classes - 
Field Summary
Fields inherited from class com.inductiveautomation.perspective.designer.styles.StyleAttributeEditor
attributeFields inherited from class com.inductiveautomation.ignition.common.util.AbstractChangeable
changeEvent, listenerList - 
Constructor Summary
ConstructorsConstructorDescriptionEditableDropdownEditor(StyleAttribute attribute, List<T> choices) EditableDropdownEditor(StyleAttribute attribute, T[] choices)  - 
Method Summary
Methods inherited from class com.inductiveautomation.perspective.designer.styles.StyleAttributeEditor
getAttribute, optionToStringMethods inherited from class com.inductiveautomation.ignition.common.util.AbstractChangeable
addChangeListener, fireStateChanged, getChangeListeners, removeChangeListener 
- 
Constructor Details
- 
EditableDropdownEditor
 - 
EditableDropdownEditor
 
 - 
 - 
Method Details
- 
newListCellRenderer
 - 
getComponent
- Specified by:
 getComponentin classStyleAttributeEditor
 - 
getValue
- Specified by:
 getValuein classStyleAttributeEditor
 - 
setValue
- Specified by:
 setValuein classStyleAttributeEditor
 
 -