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 voidBaseCommand.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.popup Modifier and Type Class Description classAbstractPopupMenuPanelPopup menu with groups of command buttons.classJColorSelectorPopupMenuPanelclassJCommandPopupMenuPanelPopup menu with groups of command buttons.Fields in org.pushingpixels.radiance.component.api.common.popup declared as JPopupPanel Modifier and Type Field Description private JPopupPanelPopupPanelManager.PopupInfo. popupPanelThe 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. popupHostsMaps 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 JPopupPanelPopupPanelManager.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 voidPopupPanelManager. firePopupHidden(JPopupPanel panel, javax.swing.JComponent popupOriginator)Fires an event on hiding the specified popup panel.protected voidPopupPanelManager. firePopupShown(JPopupPanel panel, javax.swing.JComponent popupOriginator)Fires an event on showing the specified popup panel.voidPopupPanelManager. 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 classJRibbonFrame.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 classRadianceRibbonFrameTitlePane.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 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 JPopupPanel Modifier and Type Field Description protected JPopupPanelBasicPopupPanelUI. popupPanelThe associated popup panel.Methods in org.pushingpixels.radiance.component.internal.ui.common.popup that return JPopupPanel Modifier and Type Method Description protected JPopupPanelBasicColorSelectorComponentUI.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 classBasicRibbonBandUI.BandCollapsePopupMenuPanelprivate static classBasicRibbonUI.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 classJRibbonApplicationMenuPopupPanel
-