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. projectionMethods 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. commandGroupsprivate java.util.List<CommandGroup>CommandPanelContentModel. commandGroupsMethods 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 voidCommandMenuContentModel. 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 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 CommandGroupRibbonApplicationMenu. footerCommandsFooter commands.Methods in org.pushingpixels.radiance.component.api.ribbon that return CommandGroup Modifier and Type Method Description CommandGroupRibbonApplicationMenu. 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. commandGroupsprivate java.util.List<CommandGroup>RibbonGalleryContentModel. extraPopupCommandGroupsMethods in org.pushingpixels.radiance.component.api.ribbon.model that return CommandGroup Modifier and Type Method Description CommandGroupRibbonGalleryContentModel. 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 voidRibbonGalleryContentModel. 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 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 CommandGroupBasicRibbonGalleryUI. galleryScrollerCommandsMethod parameters in org.pushingpixels.radiance.component.internal.ui.ribbon with type arguments of type CommandGroup Modifier and Type Method Description private voidJRibbonGallery. setGroupMapping(java.util.List<CommandGroup> commandGroups)Sets the command groups for this ribbon gallery.
-