API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing.plaf.basic. ComboPopup View Source
Author(s)
Tom Santos
Since
Version
1.17 11/17/05
Serial
Hierarchy
 ComboPopup
Subinterfaces
Description
public interface ComboPopup
  The interface which defines the methods required for the implementation of the popup portion of a combo box.
See also:   
Methods
Hide/Show inherited methods
public KeyListener getKeyListener ()
  Returns a key listener that will be added to the combo box or null.
public JList getList ()
  Returns the list that is being used to draw the items in the combo box.
public MouseListener getMouseListener ()
  Returns a mouse listener that will be added to the combo box or null.
public MouseMotionListener getMouseMotionListener ()
  Returns a mouse motion listener that will be added to the combo box or null.
public void hide ()
Hides the popup
public boolean isVisible ()
  Returns true if the popup is visible (currently being displayed).
public void show ()
Shows the popup
public void uninstallingUI ()
  Called to inform the ComboPopup that the UI is uninstalling.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar