Uses of Class
org.pushingpixels.radiance.component.api.common.model.CommandButtonPresentationModel
Packages that use CommandButtonPresentationModel
Package
Description
-
Uses of CommandButtonPresentationModel in org.pushingpixels.radiance.component.api.common.model
Methods in org.pushingpixels.radiance.component.api.common.model that return CommandButtonPresentationModelModifier and TypeMethodDescriptionCommandButtonPresentationModel.Builder.build()
CommandButtonPresentationModel.overlayWith
(BaseCommandButtonPresentationModel.Overlay overlay) CommandButtonPresentationModel.withDefaults()
Methods in org.pushingpixels.radiance.component.api.common.model with parameters of type CommandButtonPresentationModelModifier and TypeMethodDescriptionCommand.project
(CommandButtonPresentationModel commandPresentation) -
Uses of CommandButtonPresentationModel in org.pushingpixels.radiance.component.api.common.projection
Methods in org.pushingpixels.radiance.component.api.common.projection with parameters of type CommandButtonPresentationModelModifier and TypeMethodDescriptionCommandButtonProjection.reproject
(CommandButtonPresentationModel newCommandPresentation) Constructors in org.pushingpixels.radiance.component.api.common.projection with parameters of type CommandButtonPresentationModelModifierConstructorDescriptionCommandButtonProjection
(M command, CommandButtonPresentationModel commandPresentation) -
Uses of CommandButtonPresentationModel in org.pushingpixels.radiance.component.api.ribbon.projection
Methods in org.pushingpixels.radiance.component.api.ribbon.projection with parameters of type CommandButtonPresentationModelModifier and TypeMethodDescriptionRibbonApplicationMenuCommandButtonProjection.reproject
(CommandButtonPresentationModel newCommandPresentation) Constructors in org.pushingpixels.radiance.component.api.ribbon.projection with parameters of type CommandButtonPresentationModelModifierConstructorDescriptionRibbonApplicationMenuCommandButtonProjection
(RibbonApplicationMenuCommand command, CommandButtonPresentationModel commandPresentation) -
Uses of CommandButtonPresentationModel in org.pushingpixels.radiance.component.internal.ui.common
Methods in org.pushingpixels.radiance.component.internal.ui.common that return CommandButtonPresentationModelModifier and TypeMethodDescriptionprivate CommandButtonPresentationModel
BasicCommandButtonPanelUI.createBaseCommandPresentation()