Uses of Class
org.pushingpixels.radiance.component.api.common.popup.JPopupPanel
Packages that use JPopupPanel
Package
Description
-
Uses of JPopupPanel in org.pushingpixels.radiance.component.api.common.model
Methods in org.pushingpixels.radiance.component.api.common.model with parameters of type JPopupPanelModifier and TypeMethodDescriptionvoid
BaseCommand.SecondaryLifecycle.onAfterActivateSecondary
(JPopupPanel popupPanel) void
BaseCommand.SecondaryLifecycle.onAfterDeactivateSecondary
(JPopupPanel popupPanel) void
BaseCommand.SecondaryLifecycle.onBeforeActivateSecondary
(JPopupPanel popupPanel) void
BaseCommand.SecondaryLifecycle.onBeforeDeactivateSecondary
(JPopupPanel popupPanel) -
Uses of JPopupPanel in org.pushingpixels.radiance.component.api.common.popup
Subclasses of JPopupPanel in org.pushingpixels.radiance.component.api.common.popupModifier and TypeClassDescriptionclass
Popup menu with groups of command buttons.class
class
Popup menu with groups of command buttons.Fields in org.pushingpixels.radiance.component.api.common.popup declared as JPopupPanelModifier and TypeFieldDescriptionprivate JPopupPanel
PopupPanelManager.PopupInfo.popupPanel
The popup panel.Fields in org.pushingpixels.radiance.component.api.common.popup with type parameters of type JPopupPanelModifier and TypeFieldDescriptionPopupPanelManager.popupHosts
Maps every shown popup panel to its popup menu host.Methods in org.pushingpixels.radiance.component.api.common.popup that return JPopupPanelModifier and TypeMethodDescriptionPopupPanelManager.PopupInfo.getPopupPanel()
Returns the popup panel.Methods in org.pushingpixels.radiance.component.api.common.popup with parameters of type JPopupPanelModifier and TypeMethodDescriptionprotected void
PopupPanelManager.firePopupHidden
(JPopupPanel panel, JComponent popupOriginator) Fires an event on hiding the specified popup panel.protected void
PopupPanelManager.firePopupShown
(JPopupPanel panel, JComponent popupOriginator) Fires an event on showing the specified popup panel.void
PopupPanelManager.showPopup
(JComponent popupOriginator, JPopupPanel popupContent, int xOnScreen, int yOnScreen) Shows the specified content in a new popup and starts tracking it.Constructors in org.pushingpixels.radiance.component.api.common.popup with parameters of type JPopupPanelModifierConstructorDescriptionPopupEvent
(JPopupPanel source, int id, JComponent popupOriginator) Creates a new popup event.PopupInfo
(JComponent popupOriginator, JPopupPanel popupPanel) Creates a new information object. -
Uses of JPopupPanel in org.pushingpixels.radiance.component.api.ribbon
Subclasses of JPopupPanel in org.pushingpixels.radiance.component.api.ribbon -
Uses of JPopupPanel in org.pushingpixels.radiance.component.internal.theming.ribbon.ui
-
Uses of JPopupPanel in org.pushingpixels.radiance.component.internal.ui.common
Methods in org.pushingpixels.radiance.component.internal.ui.common that return JPopupPanelModifier and TypeMethodDescriptionprotected JPopupPanel
BasicCommandButtonListener.FocusTraversalAction.getPopup()
-
Uses of JPopupPanel in org.pushingpixels.radiance.component.internal.ui.common.popup
Fields in org.pushingpixels.radiance.component.internal.ui.common.popup declared as JPopupPanelModifier and TypeFieldDescriptionprotected JPopupPanel
BasicPopupPanelUI.popupPanel
The associated popup panel.Methods in org.pushingpixels.radiance.component.internal.ui.common.popup that return JPopupPanelModifier and TypeMethodDescriptionprotected JPopupPanel
BasicColorSelectorComponentUI.FocusTraversalAction.getPopup()
-
Uses of JPopupPanel in org.pushingpixels.radiance.component.internal.ui.ribbon
Subclasses of JPopupPanel in org.pushingpixels.radiance.component.internal.ui.ribbonModifier and TypeClassDescriptionstatic class
private static class