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
Methods 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
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 TypeMethodDescriptionvoidCommandMenuContentModel.addCommandGroup(CommandGroup commandGroupModel) voidCommandPanelContentModel.addCommandGroup(CommandGroup commandGroupModel) voidCommandMenuContentModel.removeCommandGroup(CommandGroup commandGroupModel) voidCommandPanelContentModel.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
Subclasses with type arguments of type CommandGroup in org.pushingpixels.radiance.component.api.common.projectionConstructors 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
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
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 TypeMethodDescriptionvoidRibbonGalleryContentModel.addCommandGroup(CommandGroup commandGroupModel) voidRibbonGalleryContentModel.addExtraPopupCommandGroup(CommandGroup commandGroupModel) voidRibbonGalleryContentModel.removeCommandGroup(CommandGroup commandGroupModel) voidRibbonGalleryContentModel.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)