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.anchoredCommandsCommands 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 TypeMethodDescriptionvoidJRibbon.addAnchoredCommand(CommandButtonProjection projection) Adds the specified ribbon command projection to the trailing edge of the task toggle strip of this ribbon.voidJRibbon.addAnchoredCommand(CommandButtonProjection projection, int index) Adds the specified ribbon command projection at the specified index of the task toggle strip of this ribbon.voidJRibbon.removeAnchoredCommand(CommandButtonProjection projection) Removes the specified ribbon command from the trailing edge of the task toggle strip of this ribbon.