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 SummaryNested Classes
- 
Field SummaryFields inherited from class com.inductiveautomation.perspective.designer.styles.StyleAttributeEditorattributeFields inherited from class com.inductiveautomation.ignition.common.util.AbstractChangeablechangeEvent, listenerList
- 
Constructor SummaryConstructorsConstructorDescriptionEditableDropdownEditor(StyleAttribute attribute, List<T> choices) EditableDropdownEditor(StyleAttribute attribute, T[] choices) 
- 
Method SummaryMethods inherited from class com.inductiveautomation.perspective.designer.styles.StyleAttributeEditorgetAttribute, optionToStringMethods inherited from class com.inductiveautomation.ignition.common.util.AbstractChangeableaddChangeListener, fireStateChanged, getChangeListeners, removeChangeListener
- 
Constructor Details- 
EditableDropdownEditor
- 
EditableDropdownEditor
 
- 
- 
Method Details- 
newListCellRenderer
- 
getComponent- Specified by:
- getComponentin class- StyleAttributeEditor
 
- 
getValue- Specified by:
- getValuein class- StyleAttributeEditor
 
- 
setValue- Specified by:
- setValuein class- StyleAttributeEditor
 
 
-