javax.swing.plaf.basic
public interface ComboPopup
Method Summary | |
---|---|
KeyListener | getKeyListener()
This method returns KeyListener that listen's to key events occuring in
the combo box.
|
JList | getList()
Return JList that is used to draw cells of the JComboBox.
|
MouseListener | getMouseListener()
This method returns MouseListener that listen's to mouse events occuring
in the combo box
|
MouseMotionListener | getMouseMotionListener()
This method returns MouseListener that listen's to mouse events occuring
in the combo box.
|
void | hide()
This method hides popup menu with list of JComboBox's item from the
screen |
boolean | isVisible()
Retursn true if popup menu with JComboBOx's item is currently visible on
the screen and false otherwise
|
void | show()
This method display popup menu containing list of JComboBox's items to
the screen |
void | uninstallingUI() |
Returns: KeyListener
Returns: JList that is used to draw cells of the JcomboBox
Returns: MouseListenere
Returns: MouseMotionListener
Returns: true if JComboBox's popup menu with list of items is currently visible on the screen and false otherwise.