Uses of Interface
org.pushingpixels.radiance.component.api.common.popup.PopupPanelManager.PopupListener
-
-
Uses of PopupPanelManager.PopupListener in org.pushingpixels.radiance.component.api.common.popup
Classes in org.pushingpixels.radiance.component.api.common.popup that implement PopupPanelManager.PopupListener Modifier and Type Class Description private static class
PopupPanelManager.WeakPopupListener
Fields in org.pushingpixels.radiance.component.api.common.popup with type parameters of type PopupPanelManager.PopupListener Modifier and Type Field Description private java.lang.ref.WeakReference<PopupPanelManager.PopupListener>
PopupPanelManager.WeakPopupListener. listenerRef
Methods in org.pushingpixels.radiance.component.api.common.popup with parameters of type PopupPanelManager.PopupListener Modifier and Type Method Description void
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 Constructor Description WeakPopupListener(PopupPanelManager.PopupListener 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.PopupListener Modifier and Type Class Description 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.protected static class
BasicPopupPanelUI.WindowTracker
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.PopupListener Modifier and Type Field Description private 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.PopupListener Modifier and Type Field Description private PopupPanelManager.PopupListener
BasicRibbonTaskToggleButtonUI. popupListener
Fields in org.pushingpixels.radiance.component.internal.ui.ribbon with type parameters of type PopupPanelManager.PopupListener Modifier and Type Field Description private java.util.Map<RibbonTask,PopupPanelManager.PopupListener>
BasicRibbonUI. taskPopupListeners
-