ComboBoxEditor Default to use a JTextField to be the editor. Just works with string values well.
static public ON_ACT:Stringpublic function addActionListener(func:Function, obj:Object):ObjectDescription copied from ComboBoxEditor
Add a listener to listen the editor event when the edited item changes.
 addChangeListener(func:Function)
 addChangeListener(func:Function, obj:Object)
 
public function setEditable(b:Boolean):Voidpublic function isEditable():Booleanpublic function getEditorComponent():ComponentDescription copied from ComboBoxEditor
Return the component that should be added to the tree hierarchy for this editor.
The editor component should can accept normal component event listeners such as Component.ON_RELEASE, Component.ON_PRESS ...
public function setValue(v:Object):VoidDescription copied from ComboBoxEditor
Set the item that should be edited. Cancel any editing if necessary.
public function getValue():Objectpublic function selectAll():VoidDescription copied from ComboBoxEditor
Ask the editor to start editing and to select everything in the editor.