Uses of Class
org.pushingpixels.radiance.component.api.common.projection.CommandButtonProjection
Packages that use CommandButtonProjection
Package
Description
-
Uses of CommandButtonProjection in org.pushingpixels.radiance.component.api.common.model
Methods in org.pushingpixels.radiance.component.api.common.model that return CommandButtonProjectionModifier and TypeMethodDescriptionCommand.project()
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 CommandButtonProjectionModifier and TypeMethodDescriptionCommandButtonProjection.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 CommandButtonProjectionModifier and TypeFieldDescriptionprivate 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 CommandButtonProjectionModifier and TypeMethodDescriptionJRibbon.getAnchoredCommands()
Returns the anchored commands for this ribbon.Methods in org.pushingpixels.radiance.component.api.ribbon with parameters of type CommandButtonProjectionModifier and TypeMethodDescriptionvoid
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.