Liking cljdoc? Tell your friends :D

javax.swing.plaf.basic.ComboPopup

The interface which defines the methods required for the implementation of the popup portion of a combo box.

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.

The interface which defines the methods required for the implementation of the popup
portion of a combo box.

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

get-key-listenerclj

(get-key-listener this)

Returns a key listener that will be added to the combo box or null. If this method returns null then it will not be added to the combo box.

returns: java.awt.event.KeyListener

Returns a key listener that will be added to the combo box or null.
 If this method returns null then it will not be added to the combo box.

returns: `java.awt.event.KeyListener`
raw docstring

get-listclj

(get-list this)

Returns the list that is being used to draw the items in the combo box. This method is highly implementation specific and should not be used for general list manipulation.

returns: javax.swing.JList

Returns the list that is being used to draw the items in the combo box.
 This method is highly implementation specific and should not be used
 for general list manipulation.

returns: `javax.swing.JList`
raw docstring

get-mouse-listenerclj

(get-mouse-listener this)

Returns a mouse listener that will be added to the combo box or null. If this method returns null then it will not be added to the combo box.

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

Returns a mouse listener that will be added to the combo box or null.
 If this method returns null then it will not be added to the combo box.

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

get-mouse-motion-listenerclj

(get-mouse-motion-listener this)

Returns a mouse motion listener that will be added to the combo box or null. If this method returns null then it will not be added to the combo box.

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

Returns a mouse motion listener that will be added to the combo box or null.
 If this method returns null then it will not be added to the combo box.

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

hideclj

(hide this)

Hides the popup

Hides the popup
raw docstring

showclj

(show this)

Shows the popup

Shows the popup
raw docstring

uninstalling-uiclj

(uninstalling-ui this)

Called to inform the ComboPopup that the UI is uninstalling. If the ComboPopup added any listeners in the component, it should remove them here.

Called to inform the ComboPopup that the UI is uninstalling.
If the ComboPopup added any listeners in the component, it should remove them here.
raw docstring

visible?clj

(visible? this)

Returns true if the popup is visible (currently being displayed).

returns: true if the component is visible; false otherwise. - boolean

Returns true if the popup is visible (currently being displayed).

returns: true if the component is visible; false otherwise. - `boolean`
raw docstring

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

× close