Liking cljdoc? Tell your friends :D

javax.swing.ComboBoxEditor

The editor component used for JComboBox components.

The editor component used for JComboBox components.
raw docstring

add-action-listenerclj

(add-action-listener this l)

Add an ActionListener. An action event is generated when the edited item changes

l - java.awt.event.ActionListener

Add an ActionListener. An action event is generated when the edited item changes

l - `java.awt.event.ActionListener`
raw docstring

get-editor-componentclj

(get-editor-component this)

Return the component that should be added to the tree hierarchy for this editor

returns: java.awt.Component

Return the component that should be added to the tree hierarchy for
 this editor

returns: `java.awt.Component`
raw docstring

get-itemclj

(get-item this)

Return the edited item

returns: java.lang.Object

Return the edited item

returns: `java.lang.Object`
raw docstring

remove-action-listenerclj

(remove-action-listener this l)

Remove an ActionListener

l - java.awt.event.ActionListener

Remove an ActionListener

l - `java.awt.event.ActionListener`
raw docstring

select-allclj

(select-all this)

Ask the editor to start editing and to select everything

Ask the editor to start editing and to select everything
raw docstring

set-itemclj

(set-item this an-object)

Set the item that should be edited. Cancel any editing if necessary

an-object - java.lang.Object

Set the item that should be edited. Cancel any editing if necessary

an-object - `java.lang.Object`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close