Liking cljdoc? Tell your friends :D

javax.swing.plaf.basic.BasicComboBoxEditor

The default editor for editable combo boxes. The editor is implemented as a JTextField.

The default editor for editable combo boxes. The editor is implemented as a JTextField.
raw docstring

->basic-combo-box-editorclj

(->basic-combo-box-editor)

Constructor.

Constructor.
raw docstring

add-action-listenerclj

(add-action-listener this l)

Description copied from interface: ComboBoxEditor

l - java.awt.event.ActionListener

Description copied from interface: ComboBoxEditor

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

focus-gainedclj

(focus-gained this e)

Description copied from interface: FocusListener

e - java.awt.event.FocusEvent

Description copied from interface: FocusListener

e - `java.awt.event.FocusEvent`
raw docstring

focus-lostclj

(focus-lost this e)

Description copied from interface: FocusListener

e - java.awt.event.FocusEvent

Description copied from interface: FocusListener

e - `java.awt.event.FocusEvent`
raw docstring

get-editor-componentclj

(get-editor-component this)

Description copied from interface: ComboBoxEditor

returns: java.awt.Component

Description copied from interface: ComboBoxEditor

returns: `java.awt.Component`
raw docstring

get-itemclj

(get-item this)

Description copied from interface: ComboBoxEditor

returns: java.lang.Object

Description copied from interface: ComboBoxEditor

returns: `java.lang.Object`
raw docstring

remove-action-listenerclj

(remove-action-listener this l)

Description copied from interface: ComboBoxEditor

l - java.awt.event.ActionListener

Description copied from interface: ComboBoxEditor

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

select-allclj

(select-all this)

Description copied from interface: ComboBoxEditor

Description copied from interface: ComboBoxEditor
raw docstring

set-itemclj

(set-item this an-object)

Sets the item that should be edited.

an-object - the displayed value of the editor - java.lang.Object

Sets the item that should be edited.

an-object - the displayed value of the editor - `java.lang.Object`
raw docstring

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

× close