Uses of Class
org.pushingpixels.radiance.component.api.common.popup.JPopupPanel
-
-
Uses of JPopupPanel in org.pushingpixels.radiance.component.api.common.model
Methods in org.pushingpixels.radiance.component.api.common.model with parameters of type JPopupPanel Modifier and Type Method Description void
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.popup Modifier and Type Class Description class
AbstractPopupMenuPanel
Popup menu with groups of command buttons.class
JColorSelectorPopupMenuPanel
class
JCommandPopupMenuPanel
Popup menu with groups of command buttons.Fields in org.pushingpixels.radiance.component.api.common.popup declared as JPopupPanel Modifier and Type Field Description private JPopupPanel
PopupPanelManager.PopupInfo. popupPanel
The popup panel.Fields in org.pushingpixels.radiance.component.api.common.popup with type parameters of type JPopupPanel Modifier and Type Field Description private java.util.Map<JPopupPanel,PopupPanelManager.RadiancePopupMenu>
PopupPanelManager. popupHosts
Maps every shown popup panel to its popup menu host.Methods in org.pushingpixels.radiance.component.api.common.popup that return JPopupPanel Modifier and Type Method Description JPopupPanel
PopupPanelManager.PopupInfo. getPopupPanel()
Returns the popup panel.Methods in org.pushingpixels.radiance.component.api.common.popup with parameters of type JPopupPanel Modifier and Type Method Description protected void
PopupPanelManager. firePopupHidden(JPopupPanel panel, javax.swing.JComponent popupOriginator)
Fires an event on hiding the specified popup panel.protected void
PopupPanelManager. firePopupShown(JPopupPanel panel, javax.swing.JComponent popupOriginator)
Fires an event on showing the specified popup panel.void
PopupPanelManager. showPopup(javax.swing.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 JPopupPanel Constructor Description PopupEvent(JPopupPanel source, int id, javax.swing.JComponent popupOriginator)
Creates a new popup event.PopupInfo(javax.swing.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 Modifier and Type Class Description static class
JRibbonFrame.GlobalPopupMenuPanel
-
Uses of JPopupPanel in org.pushingpixels.radiance.component.internal.theming.ribbon.ui
Subclasses of JPopupPanel in org.pushingpixels.radiance.component.internal.theming.ribbon.ui Modifier and Type Class Description class
RadianceRibbonFrameTitlePane.TaskbarOverflowPopupPanel
-
Uses of JPopupPanel in org.pushingpixels.radiance.component.internal.ui.common
Methods in org.pushingpixels.radiance.component.internal.ui.common that return JPopupPanel Modifier and Type Method Description protected 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 JPopupPanel Modifier and Type Field Description protected JPopupPanel
BasicPopupPanelUI. popupPanel
The associated popup panel.Methods in org.pushingpixels.radiance.component.internal.ui.common.popup that return JPopupPanel Modifier and Type Method Description protected 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.ribbon Modifier and Type Class Description static class
BasicRibbonBandUI.BandCollapsePopupMenuPanel
private static class
BasicRibbonUI.BandHostPopupPanel
-
Uses of JPopupPanel in org.pushingpixels.radiance.component.internal.ui.ribbon.appmenu
Subclasses of JPopupPanel in org.pushingpixels.radiance.component.internal.ui.ribbon.appmenu Modifier and Type Class Description class
JRibbonApplicationMenuPopupPanel
-