javax.swing.plaf.basic
public interface ComboPopup
Modifier and Type | Method and Description |
---|---|
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() |
void show()
void hide()
boolean isVisible()
JList getList()
MouseListener getMouseListener()
MouseMotionListener getMouseMotionListener()
KeyListener getKeyListener()
void uninstallingUI()