Uses of Interface
org.pushingpixels.radiance.component.api.common.popup.PopupPanelManager.PopupListener
Packages that use PopupPanelManager.PopupListener
Package
Description
-
Uses of PopupPanelManager.PopupListener in org.pushingpixels.radiance.component.api.common.popup
Methods in org.pushingpixels.radiance.component.api.common.popup with parameters of type PopupPanelManager.PopupListenerModifier and TypeMethodDescriptionvoidPopupPanelManager.addPopupListener(PopupPanelManager.PopupListener l) Adds the specified popup listener.voidPopupPanelManager.removePopupListener(PopupPanelManager.PopupListener l) Removes the specified popup listener. -
Uses of PopupPanelManager.PopupListener in org.pushingpixels.radiance.component.internal.ui.common.popup
Classes in org.pushingpixels.radiance.component.internal.ui.common.popup that implement PopupPanelManager.PopupListenerModifier and TypeClassDescriptionprotected static classThis 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.protected static classThis class is used to dismiss popup panels on the following events: Mouse click outside any shown popup panel. Closing, iconifying or deactivation of a top-level window. Any change in the component hierarchy of a top-level window.