interface org.aswing.ComboBoxEditor
| Implementors | ||||
![]() | DefaultComboBoxEditor |
| ||
The editor component used for JComboBox components. @author paling
Instance Fields
function addActionListener(listener:Dynamic ->Void?priority:Int, ?useWeakReference:Bool): Void
Adds a listener to listen the editor event when the edited item changes. @see org.aswing.event.AWEvent#ACT
| listener | the listener |
| priority | the priority |
| useWeakReference | Determines whether the reference to the listener is strong or weak. |
function getEditorComponent(): Component
Return the component that performance the editing asset.
| returns | the editor component |
function removeActionListener(listener:Dynamic ->Void): Void
Removes a action listener. @see org.aswing.event.AWEvent#ACT
| listener | the listener to be removed. |
