Uses of Class
org.pushingpixels.radiance.component.api.common.popup.PopupPanelManager.PopupInfo
-
Packages that use PopupPanelManager.PopupInfo Package Description org.pushingpixels.radiance.component.api.common.popup org.pushingpixels.radiance.component.internal.ui.common.popup -
-
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.PopupInfo Modifier and Type Field Description private java.util.LinkedList<PopupPanelManager.PopupInfo>PopupPanelManager. shownPathAll currently shown popup panels.Methods in org.pushingpixels.radiance.component.api.common.popup that return types with arguments of type PopupPanelManager.PopupInfo Modifier and Type Method Description java.util.List<PopupPanelManager.PopupInfo>PopupPanelManager. 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.PopupInfo Modifier and Type Field Description (package private) java.util.List<PopupPanelManager.PopupInfo>BasicPopupPanelUI.PopupPanelEscapeDismisser. lastPathSelectedThe last shown popup panel sequence.(package private) java.util.List<PopupPanelManager.PopupInfo>BasicPopupPanelUI.WindowTracker. lastPathSelectedLast selected path in thePopupPanelManager.Method parameters in org.pushingpixels.radiance.component.internal.ui.common.popup with type arguments of type PopupPanelManager.PopupInfo Modifier and Type Method Description (package private) voidBasicPopupPanelUI.WindowTracker. grabWindow(java.util.List<PopupPanelManager.PopupInfo> shownPath)Grabs the window of the first popup panel in the specified popup panel sequence.private voidBasicPopupPanelUI.PopupPanelEscapeDismisser. traceRootPane(java.util.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.
-