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
Classes in org.pushingpixels.radiance.component.api.common.popup that implement PopupPanelManager.PopupListenerFields in org.pushingpixels.radiance.component.api.common.popup with type parameters of type PopupPanelManager.PopupListenerMethods in org.pushingpixels.radiance.component.api.common.popup with parameters of type PopupPanelManager.PopupListenerModifier and TypeMethodDescriptionvoid
PopupPanelManager.addPopupListener
(PopupPanelManager.PopupListener l) Adds the specified popup listener.void
PopupPanelManager.removePopupListener
(PopupPanelManager.PopupListener l) Removes the specified popup listener.Constructors in org.pushingpixels.radiance.component.api.common.popup with parameters of type PopupPanelManager.PopupListener -
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 class
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.protected static class
This 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.Fields in org.pushingpixels.radiance.component.internal.ui.common.popup declared as PopupPanelManager.PopupListenerModifier and TypeFieldDescriptionprivate PopupPanelManager.PopupListener
BasicCommandPopupMenuPanelUI.popupListener
(package private) static PopupPanelManager.PopupListener
BasicPopupPanelUI.popupPanelManagerListener
The global listener that tracks the ESC key action on the root panes of windows that show popup panels. -
Uses of PopupPanelManager.PopupListener in org.pushingpixels.radiance.component.internal.ui.ribbon
Fields in org.pushingpixels.radiance.component.internal.ui.ribbon declared as PopupPanelManager.PopupListenerModifier and TypeFieldDescriptionprivate PopupPanelManager.PopupListener
BasicRibbonTaskToggleButtonUI.popupListener
Fields in org.pushingpixels.radiance.component.internal.ui.ribbon with type parameters of type PopupPanelManager.PopupListenerModifier and TypeFieldDescriptionprivate Map
<RibbonTask, PopupPanelManager.PopupListener> BasicRibbonUI.taskPopupListeners