Liking cljdoc? Tell your friends :D

javax.swing.plaf.ComboBoxUI

Pluggable look and feel interface for JComboBox.

Pluggable look and feel interface for JComboBox.
raw docstring

->combo-box-uiclj

(->combo-box-ui)

Constructor.

Constructor.
raw docstring

focus-traversable?clj

(focus-traversable? this c)

Determine whether or not the combo box itself is traversable

c - javax.swing.JComboBox

returns: boolean

Determine whether or not the combo box itself is traversable

c - `javax.swing.JComboBox`

returns: `boolean`
raw docstring

(popup-visible? this c)

Determine the visibility of the popup

c - javax.swing.JComboBox

returns: boolean

Determine the visibility of the popup

c - `javax.swing.JComboBox`

returns: `boolean`
raw docstring

set-popup-visibleclj

(set-popup-visible this c v)

Set the visibility of the popup

c - javax.swing.JComboBox v - boolean

Set the visibility of the popup

c - `javax.swing.JComboBox`
v - `boolean`
raw docstring

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

× close