Uses of Class
org.pushingpixels.radiance.component.api.common.projection.CommandButtonProjection
-
-
Uses of CommandButtonProjection in org.pushingpixels.radiance.component.api.common.model
Methods in org.pushingpixels.radiance.component.api.common.model that return CommandButtonProjection Modifier and Type Method Description CommandButtonProjection<Command>
Command. project()
CommandButtonProjection<Command>
Command. project(CommandButtonPresentationModel commandPresentation)
-
Uses of CommandButtonProjection in org.pushingpixels.radiance.component.api.common.projection
Methods in org.pushingpixels.radiance.component.api.common.projection that return CommandButtonProjection Modifier and Type Method Description CommandButtonProjection<M>
CommandButtonProjection. reproject(CommandButtonPresentationModel newCommandPresentation)
-
Uses of CommandButtonProjection in org.pushingpixels.radiance.component.api.ribbon
Fields in org.pushingpixels.radiance.component.api.ribbon with type parameters of type CommandButtonProjection Modifier and Type Field Description private java.util.ArrayList<CommandButtonProjection>
JRibbon. anchoredCommands
Commands anchored to the far edge of the task toggle strip (right under LTR and left under RTL).Methods in org.pushingpixels.radiance.component.api.ribbon that return types with arguments of type CommandButtonProjection Modifier and Type Method Description java.util.List<CommandButtonProjection>
JRibbon. getAnchoredCommands()
Returns the anchored commands for this ribbon.Methods in org.pushingpixels.radiance.component.api.ribbon with parameters of type CommandButtonProjection Modifier and Type Method Description void
JRibbon. addAnchoredCommand(CommandButtonProjection projection)
Adds the specified ribbon command projection to the trailing edge of the task toggle strip of this ribbon.void
JRibbon. removeAnchoredCommand(CommandButtonProjection projection)
Removes the specified ribbon command from the trailing edge of the task toggle strip of this ribbon.
-