Uses of Class
org.pushingpixels.radiance.component.internal.ui.ribbon.BasicRibbonBandUI.BandCollapsePopupMenuPresentationModel
-
Packages that use BasicRibbonBandUI.BandCollapsePopupMenuPresentationModel Package Description org.pushingpixels.radiance.component.internal.ui.ribbon -
-
Uses of BasicRibbonBandUI.BandCollapsePopupMenuPresentationModel in org.pushingpixels.radiance.component.internal.ui.ribbon
Fields in org.pushingpixels.radiance.component.internal.ui.ribbon with type parameters of type BasicRibbonBandUI.BandCollapsePopupMenuPresentationModel Modifier and Type Field Description private Projection<BasicRibbonBandUI.BandCollapsePopupMenuPanel,BasicRibbonBandUI.BandCollapsePopupMenuContentModel,BasicRibbonBandUI.BandCollapsePopupMenuPresentationModel>
BasicRibbonBandUI.BandCollapsePopupMenuPanel. projection
Methods in org.pushingpixels.radiance.component.internal.ui.ribbon that return types with arguments of type BasicRibbonBandUI.BandCollapsePopupMenuPresentationModel Modifier and Type Method Description AbstractPopupMenuPanelProjection<? extends AbstractPopupMenuPanel,BasicRibbonBandUI.BandCollapsePopupMenuContentModel,BasicRibbonBandUI.BandCollapsePopupMenuPresentationModel>
BasicRibbonBandUI.BandCollapseCommandButtonProjection. getPopupMenuPanelProjection()
Constructors in org.pushingpixels.radiance.component.internal.ui.ribbon with parameters of type BasicRibbonBandUI.BandCollapsePopupMenuPresentationModel Constructor Description BandCollapsePopupMenuPanelProjection(BasicRibbonBandUI.BandCollapsePopupMenuContentModel contentModel, BasicRibbonBandUI.BandCollapsePopupMenuPresentationModel presentationModel)
Constructor parameters in org.pushingpixels.radiance.component.internal.ui.ribbon with type arguments of type BasicRibbonBandUI.BandCollapsePopupMenuPresentationModel Constructor Description BandCollapsePopupMenuPanel(Projection<BasicRibbonBandUI.BandCollapsePopupMenuPanel,BasicRibbonBandUI.BandCollapsePopupMenuContentModel,BasicRibbonBandUI.BandCollapsePopupMenuPresentationModel> projection)
-