Uses of Class
org.pushingpixels.radiance.component.api.common.model.CommandMenuContentModel
Packages that use CommandMenuContentModel
Package
Description
-
Uses of CommandMenuContentModel in org.pushingpixels.radiance.component.api.common.popup
Fields in org.pushingpixels.radiance.component.api.common.popup declared as CommandMenuContentModelModifier and TypeFieldDescriptionprivate CommandMenuContentModel
JCommandPopupMenuPanel.popupMenuContentModel
Fields in org.pushingpixels.radiance.component.api.common.popup with type parameters of type CommandMenuContentModelModifier and TypeFieldDescriptionprivate Projection
<JCommandPopupMenuPanel, CommandMenuContentModel, CommandPopupMenuPresentationModel> JCommandPopupMenuPanel.projection
Methods in org.pushingpixels.radiance.component.api.common.popup that return types with arguments of type CommandMenuContentModelConstructor parameters in org.pushingpixels.radiance.component.api.common.popup with type arguments of type CommandMenuContentModelModifierConstructorDescriptionJCommandPopupMenuPanel
(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 CommandMenuContentModelModifier and TypeMethodDescriptionAbstractPopupMenuPanelProjection
<? extends AbstractPopupMenuPanel, CommandMenuContentModel, CommandPopupMenuPresentationModel> CommandButtonProjection.getPopupMenuPanelProjection()
Constructors in org.pushingpixels.radiance.component.api.common.projection with parameters of type CommandMenuContentModelModifierConstructorDescriptionCommandPopupMenuPanelProjection
(CommandMenuContentModel contentModel, CommandPopupMenuPresentationModel presentationModel) -
Uses of CommandMenuContentModel in org.pushingpixels.radiance.component.api.ribbon
Subclasses of CommandMenuContentModel in org.pushingpixels.radiance.component.api.ribbonModifier and TypeClassDescriptionclass
Metadata description of the application menu of theJRibbon
component.Methods in org.pushingpixels.radiance.component.api.ribbon that return CommandMenuContentModelModifier and TypeMethodDescriptionJRibbon.OnShowContextualMenuListener.getContextualMenuContentModel
(JRibbon ribbon) JRibbon.OnShowContextualMenuListener.getContextualMenuContentModel
(JRibbon ribbon, Command appLinkCommand) JRibbon.OnShowContextualMenuListener.getContextualMenuContentModel
(JRibbon ribbon, BaseCommandButtonProjection<? extends BaseCommand<?>, ? extends BaseCommandMenuContentModel, ? extends BaseCommandButtonPresentationModel<?, ?>, ? extends BaseCommandPopupMenuPresentationModel> commandProjection) JRibbon.OnShowContextualMenuListener.getContextualMenuContentModel
(JRibbon ribbon, RibbonGalleryProjection galleryProjection) JRibbon.OnShowContextualMenuListener.getContextualMenuContentModel
(JRibbon ribbon, ComponentProjection<? extends JComponent, ? extends ComponentContentModel> componentProjection) Constructor parameters in org.pushingpixels.radiance.component.api.ribbon with type arguments of type CommandMenuContentModelModifierConstructorDescriptionGlobalPopupMenuPanel
(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 CommandMenuContentModelModifier and TypeFieldDescriptionprivate CommandMenuContentModel
BasicRibbonGalleryUI.expandedGalleryContentModel
Methods in org.pushingpixels.radiance.component.internal.ui.ribbon that return CommandMenuContentModelModifier and TypeMethodDescriptionstatic CommandMenuContentModel
JRibbonGallery.getExpandPopupMenuContentModel
(RibbonGalleryProjection galleryProjection) -
Uses of CommandMenuContentModel in org.pushingpixels.radiance.component.internal.utils
Methods in org.pushingpixels.radiance.component.internal.utils with parameters of type CommandMenuContentModelModifier and TypeMethodDescriptionstatic boolean
ComponentUtilities.existsInMenu
(Command command, CommandMenuContentModel menuContentModel)