Methods Summary |
---|
public java.awt.event.KeyListener | getKeyListener()Returns a key listener that will be added to the combo box or null.
If this method returns null then it will not be added to the combo box.
|
public javax.swing.JList | getList()Returns the list that is being used to draw the items in the combo box.
This method is highly implementation specific and should not be used
for general list manipulation.
|
public java.awt.event.MouseListener | getMouseListener()Returns a mouse listener that will be added to the combo box or null.
If this method returns null then it will not be added to the combo box.
|
public java.awt.event.MouseMotionListener | getMouseMotionListener()Returns a mouse motion listener that will be added to the combo box or null.
If this method returns null then it will not be added to the combo box.
|
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.
If the ComboPopup added any listeners in the component, it should remove them here.
|