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
Subclasses with type arguments of type CommandButtonPresentationModel in org.pushingpixels.radiance.component.api.common.modelModifier and TypeClassDescriptionclassEncapsulates presentation metadata for displaying commands as buttons.static classMethods 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
Subclasses with type arguments of type CommandButtonPresentationModel in org.pushingpixels.radiance.component.api.common.projectionMethods 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
Subclasses with type arguments of type CommandButtonPresentationModel in org.pushingpixels.radiance.component.api.ribbon.projectionMethods 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 CommandButtonPresentationModelBasicCommandButtonPanelUI.createBaseCommandPresentation()