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
 
 public class EditableDropdownEditor<T> extends StyleAttributeEditor 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description protected classEditableDropdownEditor.Renderer
 - 
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 EditableDropdownEditor(StyleAttribute attribute, java.util.List<T> choices)EditableDropdownEditor(StyleAttribute attribute, T[] choices)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.JComponentgetComponent()java.lang.StringgetValue()protected javax.swing.ListCellRenderernewListCellRenderer()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- 
EditableDropdownEditorpublic EditableDropdownEditor(StyleAttribute attribute, T[] choices) 
 - 
EditableDropdownEditorpublic EditableDropdownEditor(StyleAttribute attribute, java.util.List<T> choices) 
 
- 
 - 
Method Detail- 
newListCellRendererprotected javax.swing.ListCellRenderer newListCellRenderer() 
 - 
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
 
 
- 
 
-