protected class JCalendarCombo.CalendarComboPopup
extends java.lang.Object
implements javax.swing.plaf.basic.ComboPopup
| Modifier | Constructor and Description |
|---|---|
protected |
CalendarComboPopup() |
| Modifier and Type | Method and Description |
|---|---|
java.awt.event.KeyListener |
getKeyListener() |
javax.swing.JList |
getList() |
java.awt.event.MouseListener |
getMouseListener() |
java.awt.event.MouseMotionListener |
getMouseMotionListener() |
void |
hide() |
boolean |
isVisible() |
void |
show() |
void |
uninstallingUI() |
public java.awt.event.KeyListener getKeyListener()
getKeyListener in interface javax.swing.plaf.basic.ComboPopuppublic javax.swing.JList getList()
getList in interface javax.swing.plaf.basic.ComboPopuppublic java.awt.event.MouseListener getMouseListener()
getMouseListener in interface javax.swing.plaf.basic.ComboPopuppublic java.awt.event.MouseMotionListener getMouseMotionListener()
getMouseMotionListener in interface javax.swing.plaf.basic.ComboPopuppublic boolean isVisible()
isVisible in interface javax.swing.plaf.basic.ComboPopuppublic void hide()
hide in interface javax.swing.plaf.basic.ComboPopuppublic void show()
show in interface javax.swing.plaf.basic.ComboPopuppublic void uninstallingUI()
uninstallingUI in interface javax.swing.plaf.basic.ComboPopup