Liking cljdoc? Tell your friends :D

javax.swing.plaf.metal.MetalComboBoxButton

JButton subclass to help out MetalComboBoxUI

Warning: Serialized objects of this class will not be compatible with future Swing releases. The current serialization support is appropriate for short term storage or RMI between applications running the same version of Swing. As of 1.4, support for long term storage of all JavaBeans™ has been added to the java.beans package. Please see XMLEncoder.

JButton subclass to help out MetalComboBoxUI

Warning:
Serialized objects of this class will not be compatible with
future Swing releases. The current serialization support is
appropriate for short term storage or RMI between applications running
the same version of Swing.  As of 1.4, support for long term storage
of all JavaBeans™
has been added to the java.beans package.
Please see XMLEncoder.
raw docstring

->metal-combo-box-buttonclj

(->metal-combo-box-button cb i pane list)
(->metal-combo-box-button cb i only-icon pane list)

Constructor.

cb - javax.swing.JComboBox i - javax.swing.Icon only-icon - boolean pane - javax.swing.CellRendererPane list - javax.swing.JList

Constructor.

cb - `javax.swing.JComboBox`
i - `javax.swing.Icon`
only-icon - `boolean`
pane - `javax.swing.CellRendererPane`
list - `javax.swing.JList`
raw docstring

focus-traversable?clj

(focus-traversable? this)

Description copied from class: Component

returns: true if this Component is focusable; false otherwise - boolean

Description copied from class: Component

returns: true if this Component is
 focusable; false otherwise - `boolean`
raw docstring

get-combo-boxclj

(get-combo-box this)

returns: javax.swing.JComboBox

returns: `javax.swing.JComboBox`
raw docstring

get-combo-iconclj

(get-combo-icon this)

returns: javax.swing.Icon

returns: `javax.swing.Icon`
raw docstring

get-minimum-sizeclj

(get-minimum-size this)

Description copied from class: JComponent

returns: the value of the minimumSize property - java.awt.Dimension

Description copied from class: JComponent

returns: the value of the minimumSize property - `java.awt.Dimension`
raw docstring

icon-only?clj

(icon-only? this)

returns: boolean

returns: `boolean`
raw docstring

paint-componentclj

(paint-component this g)

Description copied from class: JComponent

g - the Graphics object to protect - java.awt.Graphics

Description copied from class: JComponent

g - the Graphics object to protect - `java.awt.Graphics`
raw docstring

set-combo-boxclj

(set-combo-box this cb)

cb - javax.swing.JComboBox

cb - `javax.swing.JComboBox`
raw docstring

set-combo-iconclj

(set-combo-icon this i)

i - javax.swing.Icon

i - `javax.swing.Icon`
raw docstring

set-enabledclj

(set-enabled this enabled)

Description copied from class: AbstractButton

enabled - true to enable the button, otherwise false - boolean

Description copied from class: AbstractButton

enabled - true to enable the button, otherwise false - `boolean`
raw docstring

set-icon-onlyclj

(set-icon-only this is-icon-only)

is-icon-only - boolean

is-icon-only - `boolean`
raw docstring

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

× close