Uses of Class
org.pushingpixels.radiance.component.api.common.model.CommandButtonPresentationModel
-
-
Uses of CommandButtonPresentationModel in org.pushingpixels.radiance.component.api.common.model
Methods in org.pushingpixels.radiance.component.api.common.model that return CommandButtonPresentationModel Modifier and Type Method Description CommandButtonPresentationModel
CommandButtonPresentationModel.Builder. build()
CommandButtonPresentationModel
CommandButtonPresentationModel. overlayWith(BaseCommandButtonPresentationModel.Overlay overlay)
static CommandButtonPresentationModel
CommandButtonPresentationModel. withDefaults()
Methods in org.pushingpixels.radiance.component.api.common.model with parameters of type CommandButtonPresentationModel Modifier and Type Method Description CommandButtonProjection<Command>
Command. 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 CommandButtonPresentationModel Modifier and Type Method Description CommandButtonProjection<M>
CommandButtonProjection. reproject(CommandButtonPresentationModel newCommandPresentation)
Constructors in org.pushingpixels.radiance.component.api.common.projection with parameters of type CommandButtonPresentationModel Constructor Description CommandButtonProjection(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 CommandButtonPresentationModel Modifier and Type Method Description RibbonApplicationMenuCommandButtonProjection
RibbonApplicationMenuCommandButtonProjection. reproject(CommandButtonPresentationModel newCommandPresentation)
Constructors in org.pushingpixels.radiance.component.api.ribbon.projection with parameters of type CommandButtonPresentationModel Constructor Description RibbonApplicationMenuCommandButtonProjection(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 CommandButtonPresentationModel Modifier and Type Method Description private CommandButtonPresentationModel
BasicCommandButtonPanelUI. createBaseCommandPresentation()
-
Uses of CommandButtonPresentationModel in org.pushingpixels.radiance.component.internal.ui.ribbon.appmenu
Constructors in org.pushingpixels.radiance.component.internal.ui.ribbon.appmenu with parameters of type CommandButtonPresentationModel Constructor Description RibbonApplicationMenuProjection(RibbonApplicationMenu contentModel, CommandButtonPresentationModel presentationModel)
-