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 TypeMethodDescriptionvoidBaseCommand.SecondaryLifecycle.onAfterActivateSecondary(JPopupPanel popupPanel) voidBaseCommand.SecondaryLifecycle.onAfterDeactivateSecondary(JPopupPanel popupPanel) voidBaseCommand.SecondaryLifecycle.onBeforeActivateSecondary(JPopupPanel popupPanel) voidBaseCommand.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 TypeClassDescriptionclassPopup menu with groups of command buttons.classclassPopup menu with groups of command buttons.Fields in org.pushingpixels.radiance.component.api.common.popup declared as JPopupPanelModifier and TypeFieldDescriptionprivate JPopupPanelPopupPanelManager.PopupInfo.popupPanelThe popup panel.Fields in org.pushingpixels.radiance.component.api.common.popup with type parameters of type JPopupPanelModifier and TypeFieldDescriptionPopupPanelManager.popupHostsMaps 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 voidPopupPanelManager.firePopupHidden(JPopupPanel panel, JComponent popupOriginator) Fires an event on hiding the specified popup panel.protected voidPopupPanelManager.firePopupShown(JPopupPanel panel, JComponent popupOriginator) Fires an event on showing the specified popup panel.voidPopupPanelManager.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 JPopupPanelBasicCommandButtonListener.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 JPopupPanelBasicPopupPanelUI.popupPanelThe associated popup panel.Methods in org.pushingpixels.radiance.component.internal.ui.common.popup that return JPopupPanelModifier and TypeMethodDescriptionprotected JPopupPanelBasicColorSelectorComponentUI.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 classprivate static class