Whole document tree
javax.swing.plaf.basic
|
Method Summary | |
KeyListener |
getKeyListener()
Returns a key listener that shows and hides the popup. |
JList |
getList()
Returns the list that is being used to draw the items in the JComboBox. |
MouseListener |
getMouseListener()
Returns a mouse listener that shows and hides the popup. |
MouseMotionListener |
getMouseMotionListener()
Returns a mouse motion listener that makes the popup act like a menu. |
void |
hide()
Hides the popup |
boolean |
isVisible()
Returns whether or not the popup is visible |
void |
show()
Shows the popup |
void |
uninstallingUI()
Called to inform the ComboPopup that the UI is uninstalling. |
Method Detail |
public void show()
public void hide()
public boolean isVisible()
public JList getList()
public MouseListener getMouseListener()
public MouseMotionListener getMouseMotionListener()
public KeyListener getKeyListener()
public void uninstallingUI()
|
JavaTM 2 Platform Std. Ed. v1.3.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2001 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.