Uses of Class
org.pushingpixels.radiance.component.api.common.popup.PopupPanelManager.PopupInfo
Packages that use PopupPanelManager.PopupInfo
Package
Description
-
Uses of PopupPanelManager.PopupInfo in org.pushingpixels.radiance.component.api.common.popup
Fields in org.pushingpixels.radiance.component.api.common.popup with type parameters of type PopupPanelManager.PopupInfoModifier and TypeFieldDescriptionprivate LinkedList
<PopupPanelManager.PopupInfo> PopupPanelManager.shownPath
All currently shown popup panels.Methods in org.pushingpixels.radiance.component.api.common.popup that return types with arguments of type PopupPanelManager.PopupInfoModifier and TypeMethodDescriptionPopupPanelManager.getShownPath()
Returns all currently shown popup panels. -
Uses of PopupPanelManager.PopupInfo in org.pushingpixels.radiance.component.internal.ui.common.popup
Fields in org.pushingpixels.radiance.component.internal.ui.common.popup with type parameters of type PopupPanelManager.PopupInfoModifier and TypeFieldDescription(package private) List
<PopupPanelManager.PopupInfo> BasicPopupPanelUI.PopupPanelEscapeDismisser.lastPathSelected
The last shown popup panel sequence.(package private) List
<PopupPanelManager.PopupInfo> BasicPopupPanelUI.WindowTracker.lastPathSelected
Last selected path in thePopupPanelManager
.Method parameters in org.pushingpixels.radiance.component.internal.ui.common.popup with type arguments of type PopupPanelManager.PopupInfoModifier and TypeMethodDescription(package private) void
BasicPopupPanelUI.WindowTracker.grabWindow
(List<PopupPanelManager.PopupInfo> shownPath) Grabs the window of the first popup panel in the specified popup panel sequence.private void
BasicPopupPanelUI.PopupPanelEscapeDismisser.traceRootPane
(List<PopupPanelManager.PopupInfo> shownPath) Installs the maps on the root pane of the originating component of the first popup panel of the specified sequence to trace the ESC key and dismiss the shown popup panels.