public interface ComboPopup
| Modifier and Type | Method and Description |
|---|---|
java.awt.event.KeyListener |
getKeyListener()
This method returns KeyListener that listen's to key events occuring in
the combo box.
|
javax.swing.JList |
getList()
Return JList that is used to draw cells of the JComboBox.
|
java.awt.event.MouseListener |
getMouseListener()
This method returns MouseListener that listen's to mouse events occuring
in the combo box
|
java.awt.event.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()
javax.swing.JList getList()
java.awt.event.MouseListener getMouseListener()
java.awt.event.MouseMotionListener getMouseMotionListener()
java.awt.event.KeyListener getKeyListener()
void uninstallingUI()