Liking cljdoc? Tell your friends :D

javax.swing.plaf.basic.BasicComboPopup

This is a basic implementation of the ComboPopup interface.

This class represents the ui for the popup portion of the combo box.

All event handling is handled by listener classes created with the createxxxListener() methods and internal classes. You can change the behavior of this class by overriding the createxxxListener() methods and supplying your own event listeners or subclassing from the ones supplied in this class.

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.

This is a basic implementation of the ComboPopup interface.

This class represents the ui for the popup portion of the combo box.

All event handling is handled by listener classes created with the
createxxxListener() methods and internal classes.
You can change the behavior of this class by overriding the
createxxxListener() methods and supplying your own
event listeners or subclassing from the ones supplied in this class.

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-popupclj

(->basic-combo-popup combo)

Constructor.

combo - javax.swing.JComboBox

Constructor.

combo - `javax.swing.JComboBox`
raw docstring

focus-traversable?clj

(focus-traversable? this)

Overridden to unconditionally return false.

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

Overridden to unconditionally return false.

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

get-accessible-contextclj

(get-accessible-context this)

Gets the AccessibleContext associated with this BasicComboPopup. The AccessibleContext will have its parent set to the ComboBox.

returns: an AccessibleContext for the BasicComboPopup - javax.accessibility.AccessibleContext

Gets the AccessibleContext associated with this BasicComboPopup.
 The AccessibleContext will have its parent set to the ComboBox.

returns: an AccessibleContext for the BasicComboPopup - `javax.accessibility.AccessibleContext`
raw docstring

get-key-listenerclj

(get-key-listener this)

Implementation of ComboPopup.getKeyListener().

returns: a KeyListener or null - java.awt.event.KeyListener

Implementation of ComboPopup.getKeyListener().

returns: a KeyListener or null - `java.awt.event.KeyListener`
raw docstring

get-listclj

(get-list this)

Implementation of ComboPopup.getList().

returns: javax.swing.JList

Implementation of ComboPopup.getList().

returns: `javax.swing.JList`
raw docstring

get-mouse-listenerclj

(get-mouse-listener this)

Implementation of ComboPopup.getMouseListener().

returns: a MouseListener or null - java.awt.event.MouseListener

Implementation of ComboPopup.getMouseListener().

returns: a MouseListener or null - `java.awt.event.MouseListener`
raw docstring

get-mouse-motion-listenerclj

(get-mouse-motion-listener this)

Implementation of ComboPopup.getMouseMotionListener().

returns: a MouseMotionListener or null - java.awt.event.MouseMotionListener

Implementation of ComboPopup.getMouseMotionListener().

returns: a MouseMotionListener or null - `java.awt.event.MouseMotionListener`
raw docstring

hideclj

(hide this)

Implementation of ComboPopup.hide().

Implementation of ComboPopup.hide().
raw docstring

showclj

(show this)

Implementation of ComboPopup.show().

Implementation of ComboPopup.show().
raw docstring

uninstalling-uiclj

(uninstalling-ui this)

Called when the UI is uninstalling. Since this popup isn't in the component tree, it won't get it's uninstallUI() called. It removes the listeners that were added in addComboBoxListeners().

Called when the UI is uninstalling.  Since this popup isn't in the component
tree, it won't get it's uninstallUI() called.  It removes the listeners that
were added in addComboBoxListeners().
raw docstring

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

× close