Liking cljdoc? Tell your friends :D

javax.swing.plaf.basic.BasicComboBoxRenderer

ComboBox renderer

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.

ComboBox renderer

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

->basic-combo-box-rendererclj

(->basic-combo-box-renderer)

Constructor.

Constructor.
raw docstring

get-list-cell-renderer-componentclj

(get-list-cell-renderer-component this
                                  list
                                  value
                                  index
                                  is-selected
                                  cell-has-focus)

Description copied from interface: ListCellRenderer

list - The JList we're painting. - javax.swing.JList value - The value returned by list.getModel().getElementAt(index). - java.lang.Object index - The cells index. - int is-selected - True if the specified cell was selected. - boolean cell-has-focus - True if the specified cell has the focus. - boolean

returns: A component whose paint() method will render the specified value. - java.awt.Component

Description copied from interface: ListCellRenderer

list - The JList we're painting. - `javax.swing.JList`
value - The value returned by list.getModel().getElementAt(index). - `java.lang.Object`
index - The cells index. - `int`
is-selected - True if the specified cell was selected. - `boolean`
cell-has-focus - True if the specified cell has the focus. - `boolean`

returns: A component whose paint() method will render the specified value. - `java.awt.Component`
raw docstring

get-preferred-sizeclj

(get-preferred-size this)

Description copied from class: JComponent

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

Description copied from class: JComponent

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

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

× close