|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pushingpixels.flamingo.internal.ui.common.popup.BasicPopupPanelUI.PopupPanelEscapeDismisser
protected static class BasicPopupPanelUI.PopupPanelEscapeDismisser
This class is used to trace the changes in the shown popup panels and install ESC key listener on the matching root pane so that the popup panels can be dismissed with the ESC key.
Constructor Summary | |
---|---|
BasicPopupPanelUI.PopupPanelEscapeDismisser()
Creates a new tracer for popup panels to be dismissed with ESC key. |
Method Summary | |
---|---|
void |
popupHidden(PopupPanelManager.PopupEvent event)
Fired when a popup panel has been hidden. |
void |
popupShown(PopupPanelManager.PopupEvent event)
Fired when a popup panel has been shown. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BasicPopupPanelUI.PopupPanelEscapeDismisser()
Method Detail |
---|
public void popupHidden(PopupPanelManager.PopupEvent event)
PopupPanelManager.PopupListener
popupHidden
in interface PopupPanelManager.PopupListener
event
- Popup event.public void popupShown(PopupPanelManager.PopupEvent event)
PopupPanelManager.PopupListener
popupShown
in interface PopupPanelManager.PopupListener
event
- Popup event.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |