|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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()
|
Method Detail |
---|
void show()
void hide()
boolean isVisible()
JList getList()
MouseListener getMouseListener()
MouseMotionListener getMouseMotionListener()
KeyListener getKeyListener()
void uninstallingUI()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |