Uses of Class
org.pushingpixels.radiance.component.api.ribbon.RibbonApplicationMenu
-
Packages that use RibbonApplicationMenu Package Description org.pushingpixels.radiance.component.api.ribbon.projection org.pushingpixels.radiance.component.internal.ui.ribbon.appmenu -
-
Uses of RibbonApplicationMenu in org.pushingpixels.radiance.component.api.ribbon.projection
Methods in org.pushingpixels.radiance.component.api.ribbon.projection that return types with arguments of type RibbonApplicationMenu Modifier and Type Method Description AbstractPopupMenuPanelProjection<? extends AbstractPopupMenuPanel,RibbonApplicationMenu,CommandPopupMenuPresentationModel>
RibbonApplicationMenuCommandButtonProjection. getPopupMenuPanelProjection()
-
Uses of RibbonApplicationMenu in org.pushingpixels.radiance.component.internal.ui.ribbon.appmenu
Fields in org.pushingpixels.radiance.component.internal.ui.ribbon.appmenu with type parameters of type RibbonApplicationMenu Modifier and Type Field Description private Projection<JRibbonApplicationMenuPopupPanel,RibbonApplicationMenu,CommandPopupMenuPresentationModel>
JRibbonApplicationMenuPopupPanel. ribbonAppMenuProjection
Methods in org.pushingpixels.radiance.component.internal.ui.ribbon.appmenu that return types with arguments of type RibbonApplicationMenu Modifier and Type Method Description Projection<JRibbonApplicationMenuPopupPanel,RibbonApplicationMenu,CommandPopupMenuPresentationModel>
JRibbonApplicationMenuPopupPanel. getRibbonAppMenuProjection()
Constructors in org.pushingpixels.radiance.component.internal.ui.ribbon.appmenu with parameters of type RibbonApplicationMenu Constructor Description RibbonApplicationMenuPanelPanelProjection(RibbonApplicationMenu contentModel, CommandPopupMenuPresentationModel presentationModel)
RibbonApplicationMenuProjection(RibbonApplicationMenu contentModel, CommandButtonPresentationModel presentationModel)
Constructor parameters in org.pushingpixels.radiance.component.internal.ui.ribbon.appmenu with type arguments of type RibbonApplicationMenu Constructor Description JRibbonApplicationMenuPopupPanel(Projection<JRibbonApplicationMenuPopupPanel,RibbonApplicationMenu,CommandPopupMenuPresentationModel> projection)
-