Uses of Class
org.pushingpixels.radiance.component.api.common.model.CommandMenuContentModel
-
-
Uses of CommandMenuContentModel in org.pushingpixels.radiance.component.api.common.popup
Fields in org.pushingpixels.radiance.component.api.common.popup declared as CommandMenuContentModel Modifier and Type Field Description private CommandMenuContentModel
JCommandPopupMenuPanel. popupMenuContentModel
Fields in org.pushingpixels.radiance.component.api.common.popup with type parameters of type CommandMenuContentModel Modifier and Type Field Description private Projection<JCommandPopupMenuPanel,CommandMenuContentModel,CommandPopupMenuPresentationModel>
JCommandPopupMenuPanel. projection
Methods in org.pushingpixels.radiance.component.api.common.popup that return types with arguments of type CommandMenuContentModel Modifier and Type Method Description Projection<JCommandPopupMenuPanel,CommandMenuContentModel,CommandPopupMenuPresentationModel>
JCommandPopupMenuPanel. getProjection()
Constructor parameters in org.pushingpixels.radiance.component.api.common.popup with type arguments of type CommandMenuContentModel Constructor Description JCommandPopupMenuPanel(Projection<JCommandPopupMenuPanel,CommandMenuContentModel,CommandPopupMenuPresentationModel> projection)
-
Uses of CommandMenuContentModel in org.pushingpixels.radiance.component.api.common.projection
Methods in org.pushingpixels.radiance.component.api.common.projection that return types with arguments of type CommandMenuContentModel Modifier and Type Method Description AbstractPopupMenuPanelProjection<? extends AbstractPopupMenuPanel,CommandMenuContentModel,CommandPopupMenuPresentationModel>
CommandButtonProjection. getPopupMenuPanelProjection()
Constructors in org.pushingpixels.radiance.component.api.common.projection with parameters of type CommandMenuContentModel Constructor Description CommandPopupMenuPanelProjection(CommandMenuContentModel contentModel, CommandPopupMenuPresentationModel presentationModel)
-
Uses of CommandMenuContentModel in org.pushingpixels.radiance.component.api.ribbon
Subclasses of CommandMenuContentModel in org.pushingpixels.radiance.component.api.ribbon Modifier and Type Class Description class
RibbonApplicationMenu
Metadata description of the application menu of theJRibbon
component.Constructor parameters in org.pushingpixels.radiance.component.api.ribbon with type arguments of type CommandMenuContentModel Constructor Description GlobalPopupMenuPanel(Projection<JCommandPopupMenuPanel,CommandMenuContentModel,CommandPopupMenuPresentationModel> projection)
-
Uses of CommandMenuContentModel in org.pushingpixels.radiance.component.internal.ui.ribbon
Fields in org.pushingpixels.radiance.component.internal.ui.ribbon declared as CommandMenuContentModel Modifier and Type Field Description private CommandMenuContentModel
BasicRibbonGalleryUI. expandedGalleryContentModel
Methods in org.pushingpixels.radiance.component.internal.ui.ribbon that return CommandMenuContentModel Modifier and Type Method Description static CommandMenuContentModel
JRibbonGallery. getExpandPopupMenuContentModel(RibbonGalleryProjection galleryProjection)
-
Uses of CommandMenuContentModel in org.pushingpixels.radiance.component.internal.ui.ribbon.appmenu
Methods in org.pushingpixels.radiance.component.internal.ui.ribbon.appmenu with parameters of type CommandMenuContentModel Modifier and Type Method Description private boolean
BasicRibbonApplicationMenuPopupPanelUI. getCommandPath(CommandMenuContentModel commandMenuContentModel, Command command, java.util.List<Command> pathTo)
-
Uses of CommandMenuContentModel in org.pushingpixels.radiance.component.internal.utils
Methods in org.pushingpixels.radiance.component.internal.utils with parameters of type CommandMenuContentModel Modifier and Type Method Description static boolean
ComponentUtilities. existsInMenu(Command command, CommandMenuContentModel menuContentModel)
-