javax.swing.plaf.basic

Interface ComboPopup

public interface ComboPopup

Method Summary
KeyListenergetKeyListener()
This method returns KeyListener that listen's to key events occuring in the combo box.
JListgetList()
Return JList that is used to draw cells of the JComboBox.
MouseListenergetMouseListener()
This method returns MouseListener that listen's to mouse events occuring in the combo box
MouseMotionListenergetMouseMotionListener()
This method returns MouseListener that listen's to mouse events occuring in the combo box.
voidhide()
This method hides popup menu with list of JComboBox's item from the screen
booleanisVisible()
Retursn true if popup menu with JComboBOx's item is currently visible on the screen and false otherwise
voidshow()
This method display popup menu containing list of JComboBox's items to the screen
voiduninstallingUI()

Method Detail

getKeyListener

public KeyListener getKeyListener()
This method returns KeyListener that listen's to key events occuring in the combo box.

Returns: KeyListener

getList

public JList getList()
Return JList that is used to draw cells of the JComboBox.

Returns: JList that is used to draw cells of the JcomboBox

getMouseListener

public MouseListener getMouseListener()
This method returns MouseListener that listen's to mouse events occuring in the combo box

Returns: MouseListenere

getMouseMotionListener

public MouseMotionListener getMouseMotionListener()
This method returns MouseListener that listen's to mouse events occuring in the combo box.

Returns: MouseMotionListener

hide

public void hide()
This method hides popup menu with list of JComboBox's item from the screen

isVisible

public boolean isVisible()
Retursn true if popup menu with JComboBOx's item is currently visible on the screen and false otherwise

Returns: true if JComboBox's popup menu with list of items is currently visible on the screen and false otherwise.

show

public void show()
This method display popup menu containing list of JComboBox's items to the screen

uninstallingUI

public void uninstallingUI()