Uses of Class
org.pushingpixels.radiance.component.api.common.model.CommandGroup
-
-
Uses of CommandGroup in org.pushingpixels.radiance.component.api.common
Fields in org.pushingpixels.radiance.component.api.common with type parameters of type CommandGroup Modifier and Type Field Description private Projection<JCommandButtonStrip,CommandGroup,CommandStripPresentationModel>
JCommandButtonStrip. projection
Methods in org.pushingpixels.radiance.component.api.common that return types with arguments of type CommandGroup Modifier and Type Method Description Projection<JCommandButtonStrip,CommandGroup,CommandStripPresentationModel>
JCommandButtonStrip. getProjection()
Constructor parameters in org.pushingpixels.radiance.component.api.common with type arguments of type CommandGroup Constructor Description JCommandButtonStrip(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 CommandGroup Modifier and Type Field Description private java.util.List<CommandGroup>
CommandMenuContentModel. commandGroups
private java.util.List<CommandGroup>
CommandPanelContentModel. commandGroups
Methods in org.pushingpixels.radiance.component.api.common.model that return types with arguments of type CommandGroup Modifier and Type Method Description java.util.List<CommandGroup>
CommandMenuContentModel. getCommandGroups()
java.util.List<CommandGroup>
CommandPanelContentModel. getCommandGroups()
Methods in org.pushingpixels.radiance.component.api.common.model with parameters of type CommandGroup Modifier and Type Method Description void
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 CommandGroup Constructor Description CommandMenuContentModel(CommandGroup commands)
CommandMenuContentModel(CommandGroup... commandGroups)
Constructor parameters in org.pushingpixels.radiance.component.api.common.model with type arguments of type CommandGroup Constructor Description CommandMenuContentModel(java.util.List<CommandGroup> commands)
CommandMenuContentModel(CommandPanelContentModel panelContentModel, java.util.List<CommandGroup> commands)
CommandPanelContentModel(java.util.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 CommandGroup Constructor Description CommandStripProjection(CommandGroup contentModel, CommandStripPresentationModel presentationModel)
-
Uses of CommandGroup in org.pushingpixels.radiance.component.api.ribbon
Fields in org.pushingpixels.radiance.component.api.ribbon declared as CommandGroup Modifier and Type Field Description private CommandGroup
RibbonApplicationMenu. footerCommands
Footer commands.Methods in org.pushingpixels.radiance.component.api.ribbon that return CommandGroup Modifier and Type Method Description CommandGroup
RibbonApplicationMenu. getFooterCommands()
Returns the footer commands of this application menu.Constructors in org.pushingpixels.radiance.component.api.ribbon with parameters of type CommandGroup Constructor Description RibbonApplicationMenu(CommandGroup commands)
RibbonApplicationMenu(CommandGroup... commandGroups)
Constructor parameters in org.pushingpixels.radiance.component.api.ribbon with type arguments of type CommandGroup Constructor Description RibbonApplicationMenu(java.util.List<CommandGroup> commands)
-
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 CommandGroup Modifier and Type Field Description private java.util.List<CommandGroup>
RibbonGalleryContentModel. commandGroups
private java.util.List<CommandGroup>
RibbonGalleryContentModel. extraPopupCommandGroups
Methods in org.pushingpixels.radiance.component.api.ribbon.model that return CommandGroup Modifier and Type Method Description CommandGroup
RibbonGalleryContentModel. getCommandGroupByTitle(java.lang.String commandGroupTitle)
Methods in org.pushingpixels.radiance.component.api.ribbon.model that return types with arguments of type CommandGroup Modifier and Type Method Description java.util.List<CommandGroup>
RibbonGalleryContentModel. getCommandGroups()
java.util.List<CommandGroup>
RibbonGalleryContentModel. getExtraPopupCommandGroups()
Methods in org.pushingpixels.radiance.component.api.ribbon.model with parameters of type CommandGroup Modifier and Type Method Description void
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 CommandGroup Constructor Description RibbonGalleryContentModel(RadianceIcon.Factory iconFactory, java.util.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 CommandGroup Modifier and Type Field Description private CommandGroup
BasicRibbonGalleryUI. galleryScrollerCommands
Method parameters in org.pushingpixels.radiance.component.internal.ui.ribbon with type arguments of type CommandGroup Modifier and Type Method Description private void
JRibbonGallery. setGroupMapping(java.util.List<CommandGroup> commandGroups)
Sets the command groups for this ribbon gallery.
-