Uses of Class
org.pushingpixels.radiance.component.api.common.model.CommandGroup
Packages that use CommandGroup
Package
Description
-
Uses of CommandGroup in org.pushingpixels.radiance.component.api.common
Fields in org.pushingpixels.radiance.component.api.common with type parameters of type CommandGroupMethods in org.pushingpixels.radiance.component.api.common that return types with arguments of type CommandGroupConstructor parameters in org.pushingpixels.radiance.component.api.common with type arguments of type CommandGroupModifierConstructorDescriptionJCommandButtonStrip
(Projection<JCommandButtonStrip, CommandGroup, CommandStripPresentationModel> projection) -
Uses of CommandGroup in org.pushingpixels.radiance.component.api.common.model
Fields in org.pushingpixels.radiance.component.api.common.model with type parameters of type CommandGroupModifier and TypeFieldDescriptionprivate List
<CommandGroup> CommandMenuContentModel.commandGroups
private List
<CommandGroup> CommandPanelContentModel.commandGroups
Methods in org.pushingpixels.radiance.component.api.common.model that return types with arguments of type CommandGroupModifier and TypeMethodDescriptionCommandMenuContentModel.getCommandGroups()
CommandPanelContentModel.getCommandGroups()
Methods in org.pushingpixels.radiance.component.api.common.model with parameters of type CommandGroupModifier and TypeMethodDescriptionvoid
CommandMenuContentModel.addCommandGroup
(CommandGroup commandGroupModel) void
CommandPanelContentModel.addCommandGroup
(CommandGroup commandGroupModel) void
CommandMenuContentModel.removeCommandGroup
(CommandGroup commandGroupModel) void
CommandPanelContentModel.removeCommandGroup
(CommandGroup commandGroupModel) Constructors in org.pushingpixels.radiance.component.api.common.model with parameters of type CommandGroupModifierConstructorDescriptionCommandMenuContentModel
(CommandGroup commands) CommandMenuContentModel
(CommandGroup... commandGroups) Constructor parameters in org.pushingpixels.radiance.component.api.common.model with type arguments of type CommandGroupModifierConstructorDescriptionCommandMenuContentModel
(List<CommandGroup> commands) CommandMenuContentModel
(CommandPanelContentModel panelContentModel, List<CommandGroup> commands) CommandPanelContentModel
(List<CommandGroup> commands) -
Uses of CommandGroup in org.pushingpixels.radiance.component.api.common.projection
Constructors in org.pushingpixels.radiance.component.api.common.projection with parameters of type CommandGroupModifierConstructorDescriptionCommandStripProjection
(CommandGroup contentModel, CommandStripPresentationModel presentationModel) -
Uses of CommandGroup in org.pushingpixels.radiance.component.api.ribbon
Fields in org.pushingpixels.radiance.component.api.ribbon declared as CommandGroupModifier and TypeFieldDescriptionprivate CommandGroup
RibbonApplicationMenu.footerCommands
Footer commands.Methods in org.pushingpixels.radiance.component.api.ribbon that return CommandGroupModifier and TypeMethodDescriptionRibbonApplicationMenu.getFooterCommands()
Returns the footer commands of this application menu.Constructors in org.pushingpixels.radiance.component.api.ribbon with parameters of type CommandGroupModifierConstructorDescriptionRibbonApplicationMenu
(CommandGroup commands) RibbonApplicationMenu
(CommandGroup... commandGroups) Constructor parameters in org.pushingpixels.radiance.component.api.ribbon with type arguments of type CommandGroup -
Uses of CommandGroup in org.pushingpixels.radiance.component.api.ribbon.model
Fields in org.pushingpixels.radiance.component.api.ribbon.model with type parameters of type CommandGroupModifier and TypeFieldDescriptionprivate List
<CommandGroup> RibbonGalleryContentModel.commandGroups
private List
<CommandGroup> RibbonGalleryContentModel.extraPopupCommandGroups
Methods in org.pushingpixels.radiance.component.api.ribbon.model that return CommandGroupModifier and TypeMethodDescriptionRibbonGalleryContentModel.getCommandGroupByTitle
(String commandGroupTitle) Methods in org.pushingpixels.radiance.component.api.ribbon.model that return types with arguments of type CommandGroupModifier and TypeMethodDescriptionRibbonGalleryContentModel.getCommandGroups()
RibbonGalleryContentModel.getExtraPopupCommandGroups()
Methods in org.pushingpixels.radiance.component.api.ribbon.model with parameters of type CommandGroupModifier and TypeMethodDescriptionvoid
RibbonGalleryContentModel.addCommandGroup
(CommandGroup commandGroupModel) void
RibbonGalleryContentModel.addExtraPopupCommandGroup
(CommandGroup commandGroupModel) void
RibbonGalleryContentModel.removeCommandGroup
(CommandGroup commandGroupModel) void
RibbonGalleryContentModel.removeExtraPopupCommandGroup
(CommandGroup commandGroupModel) Constructor parameters in org.pushingpixels.radiance.component.api.ribbon.model with type arguments of type CommandGroupModifierConstructorDescriptionRibbonGalleryContentModel
(RadianceIcon.Factory iconFactory, List<CommandGroup> commands) -
Uses of CommandGroup in org.pushingpixels.radiance.component.internal.ui.ribbon
Fields in org.pushingpixels.radiance.component.internal.ui.ribbon declared as CommandGroupModifier and TypeFieldDescriptionprivate CommandGroup
BasicRibbonGalleryUI.galleryScrollerCommands
Method parameters in org.pushingpixels.radiance.component.internal.ui.ribbon with type arguments of type CommandGroupModifier and TypeMethodDescriptionprivate void
JRibbonGallery.setGroupMapping
(List<CommandGroup> commandGroups) Sets the command groups for this ribbon gallery.