Uses of Class
org.pushingpixels.radiance.component.api.common.popup.model.BaseCommandPopupMenuPresentationModel
-
-
Uses of BaseCommandPopupMenuPresentationModel in org.pushingpixels.radiance.component.api.common
Fields in org.pushingpixels.radiance.component.api.common with type parameters of type BaseCommandPopupMenuPresentationModel Modifier and Type Field Description private BaseCommandButtonProjection<? extends BaseCommand<?>,? extends BaseCommandMenuContentModel,? extends BaseCommandButtonPresentationModel<?,?>,? extends BaseCommandPopupMenuPresentationModel>
JCommandButton. projection
Methods in org.pushingpixels.radiance.component.api.common that return types with arguments of type BaseCommandPopupMenuPresentationModel Modifier and Type Method Description BaseCommandButtonPresentationModel<? extends BaseCommandPopupMenuPresentationModel,? extends BaseCommandButtonPresentationModel<?,?>>
JCommandButton. getPresentationModel()
BaseCommandButtonProjection<? extends BaseCommand<?>,? extends BaseCommandMenuContentModel,? extends BaseCommandButtonPresentationModel<?,?>,? extends BaseCommandPopupMenuPresentationModel>
JCommandButton. getProjection()
Constructor parameters in org.pushingpixels.radiance.component.api.common with type arguments of type BaseCommandPopupMenuPresentationModel Constructor Description JCommandButton(BaseCommandButtonProjection<? extends BaseCommand<?>,? extends BaseCommandMenuContentModel,? extends BaseCommandButtonPresentationModel<?,?>,? extends BaseCommandPopupMenuPresentationModel> projection)
-
Uses of BaseCommandPopupMenuPresentationModel in org.pushingpixels.radiance.component.api.common.model
Classes in org.pushingpixels.radiance.component.api.common.model with type parameters of type BaseCommandPopupMenuPresentationModel Modifier and Type Class Description class
BaseCommandButtonPresentationModel<MPM extends BaseCommandPopupMenuPresentationModel,PM extends BaseCommandButtonPresentationModel<MPM,PM>>
static class
BaseCommandButtonPresentationModel.BaseBuilder<MPM extends BaseCommandPopupMenuPresentationModel,PM extends BaseCommandButtonPresentationModel<MPM,PM>,B extends BaseCommandButtonPresentationModel.BaseBuilder<MPM,PM,B>>
Fields in org.pushingpixels.radiance.component.api.common.model declared as BaseCommandPopupMenuPresentationModel Modifier and Type Field Description private MPM
BaseCommandButtonPresentationModel.BaseBuilder. popupMenuPresentationModel
private BaseCommandPopupMenuPresentationModel
BaseCommandButtonPresentationModel.Overlay. popupMenuPresentationModel
protected MPM
BaseCommandButtonPresentationModel. popupMenuPresentationModel
Methods in org.pushingpixels.radiance.component.api.common.model that return BaseCommandPopupMenuPresentationModel Modifier and Type Method Description BaseCommandPopupMenuPresentationModel
BaseCommandButtonPresentationModel.Overlay. getPopupMenuPresentationModel()
Methods in org.pushingpixels.radiance.component.api.common.model with parameters of type BaseCommandPopupMenuPresentationModel Modifier and Type Method Description BaseCommandButtonPresentationModel.Overlay
BaseCommandButtonPresentationModel.Overlay. setPopupMenuPresentationModel(BaseCommandPopupMenuPresentationModel popupMenuPresentationModel)
-
Uses of BaseCommandPopupMenuPresentationModel in org.pushingpixels.radiance.component.api.common.popup.model
Subclasses of BaseCommandPopupMenuPresentationModel in org.pushingpixels.radiance.component.api.common.popup.model Modifier and Type Class Description class
ColorSelectorPopupMenuPresentationModel
class
CommandPopupMenuPresentationModel
-
Uses of BaseCommandPopupMenuPresentationModel in org.pushingpixels.radiance.component.api.common.projection
Classes in org.pushingpixels.radiance.component.api.common.projection with type parameters of type BaseCommandPopupMenuPresentationModel Modifier and Type Class Description class
BaseCommandButtonProjection<M extends BaseCommand<MCM>,MCM extends BaseCommandMenuContentModel,P extends BaseCommandButtonPresentationModel<MPM,P>,MPM extends BaseCommandPopupMenuPresentationModel>
static interface
BaseCommandButtonProjection.CommandButtonComponentSupplier<TC extends JCommandButton,M extends BaseCommand<MCM>,MCM extends BaseCommandMenuContentModel,P extends BaseCommandButtonPresentationModel<MPM,P>,MPM extends BaseCommandPopupMenuPresentationModel>
This interface can be used as part ofBaseCommandButtonProjection.setComponentSupplier(CommandButtonComponentSupplier)
to return your own supplier ofBaseCommandButtonProjection.CommandButtonComponentSupplier
to be used before the#configureComponent(JCommandButton)
call. -
Uses of BaseCommandPopupMenuPresentationModel in org.pushingpixels.radiance.component.api.ribbon
Classes in org.pushingpixels.radiance.component.api.ribbon with type parameters of type BaseCommandPopupMenuPresentationModel Modifier and Type Class Description private class
JRibbon.TaskbarCommandHandler<M extends BaseCommand<MCM>,MCM extends BaseCommandMenuContentModel,P extends BaseCommandButtonPresentationModel<MPM,P>,MPM extends BaseCommandPopupMenuPresentationModel>
Methods in org.pushingpixels.radiance.component.api.ribbon with type parameters of type BaseCommandPopupMenuPresentationModel Modifier and Type Method Description <M extends BaseCommand<MCM>,MCM extends BaseCommandMenuContentModel,P extends BaseCommandButtonPresentationModel<MPM,P>,MPM extends BaseCommandPopupMenuPresentationModel>
voidJRibbon. addTaskbarCommand(BaseCommandButtonProjection<M,MCM,P,MPM> projection)
Method parameters in org.pushingpixels.radiance.component.api.ribbon with type arguments of type BaseCommandPopupMenuPresentationModel Modifier and Type Method Description void
JRibbonBand. addRibbonCommand(BaseCommandButtonProjection<? extends BaseCommand<?>,? extends BaseCommandMenuContentModel,? extends BaseCommandButtonPresentationModel<?,?>,? extends BaseCommandPopupMenuPresentationModel> projection, JRibbonBand.PresentationPriority priority)
Adds the specified command projection tothis
band.CommandMenuContentModel
JRibbon.OnShowContextualMenuListener. getContextualMenuContentModel(JRibbon ribbon, BaseCommandButtonProjection<? extends BaseCommand<?>,? extends BaseCommandMenuContentModel,? extends BaseCommandButtonPresentationModel<?,?>,? extends BaseCommandPopupMenuPresentationModel> commandProjection)
-
Uses of BaseCommandPopupMenuPresentationModel in org.pushingpixels.radiance.component.api.ribbon.model
Fields in org.pushingpixels.radiance.component.api.ribbon.model declared as BaseCommandPopupMenuPresentationModel Modifier and Type Field Description private BaseCommandPopupMenuPresentationModel
RibbonTaskbarCommandButtonPresentationModel.Builder. popupMenuPresentationModel
private BaseCommandPopupMenuPresentationModel
RibbonTaskbarCommandButtonPresentationModel. popupMenuPresentationModel
Methods in org.pushingpixels.radiance.component.api.ribbon.model that return BaseCommandPopupMenuPresentationModel Modifier and Type Method Description BaseCommandPopupMenuPresentationModel
RibbonTaskbarCommandButtonPresentationModel. getPopupMenuPresentationModel()
Methods in org.pushingpixels.radiance.component.api.ribbon.model with parameters of type BaseCommandPopupMenuPresentationModel Modifier and Type Method Description RibbonTaskbarCommandButtonPresentationModel.Builder
RibbonTaskbarCommandButtonPresentationModel.Builder. setPopupMenuPresentationModel(BaseCommandPopupMenuPresentationModel popupMenuPresentationModel)
-
Uses of BaseCommandPopupMenuPresentationModel in org.pushingpixels.radiance.component.internal.ui.ribbon
Subclasses of BaseCommandPopupMenuPresentationModel in org.pushingpixels.radiance.component.internal.ui.ribbon Modifier and Type Class Description private static class
BasicRibbonBandUI.BandCollapsePopupMenuPresentationModel
Method parameters in org.pushingpixels.radiance.component.internal.ui.ribbon with type arguments of type BaseCommandPopupMenuPresentationModel Modifier and Type Method Description void
JBandControlPanel. addCommandButton(BaseCommandButtonProjection<? extends BaseCommand<?>,? extends BaseCommandMenuContentModel,? extends BaseCommandButtonPresentationModel<?,?>,? extends BaseCommandPopupMenuPresentationModel> projection, JRibbonBand.PresentationPriority priority)
Adds a new ribbon button tothis
control panel.Constructor parameters in org.pushingpixels.radiance.component.internal.ui.ribbon with type arguments of type BaseCommandPopupMenuPresentationModel Constructor Description JRibbonTaskToggleButton(BaseCommandButtonProjection<? extends BaseCommand<?>,? extends BaseCommandMenuContentModel,? extends BaseCommandButtonPresentationModel<?,?>,? extends BaseCommandPopupMenuPresentationModel> projection)
-