Uses of Class
org.pushingpixels.radiance.component.api.common.projection.BaseCommandButtonProjection
Packages that use BaseCommandButtonProjection
Package
Description
-
Uses of BaseCommandButtonProjection in org.pushingpixels.radiance.component.api.common
Fields in org.pushingpixels.radiance.component.api.common declared as BaseCommandButtonProjectionModifier and TypeFieldDescriptionprivate BaseCommandButtonProjection
<? extends BaseCommand<?>, ? extends BaseCommandMenuContentModel, ? extends BaseCommandButtonPresentationModel<?, ?>, ? extends BaseCommandPopupMenuPresentationModel> JCommandButton.projection
Methods in org.pushingpixels.radiance.component.api.common that return BaseCommandButtonProjectionModifier and TypeMethodDescriptionBaseCommandButtonProjection
<? extends BaseCommand<?>, ? extends BaseCommandMenuContentModel, ? extends BaseCommandButtonPresentationModel<?, ?>, ? extends BaseCommandPopupMenuPresentationModel> JCommandButton.getProjection()
Constructors in org.pushingpixels.radiance.component.api.common with parameters of type BaseCommandButtonProjectionModifierConstructorDescriptionJCommandButton
(BaseCommandButtonProjection<? extends BaseCommand<?>, ? extends BaseCommandMenuContentModel, ? extends BaseCommandButtonPresentationModel<?, ?>, ? extends BaseCommandPopupMenuPresentationModel> projection) -
Uses of BaseCommandButtonProjection in org.pushingpixels.radiance.component.api.common.projection
Subclasses of BaseCommandButtonProjection in org.pushingpixels.radiance.component.api.common.projectionMethods in org.pushingpixels.radiance.component.api.common.projection that return BaseCommandButtonProjectionModifier and TypeMethodDescriptionabstract BaseCommandButtonProjection
<M, MCM, P, MPM> BaseCommandButtonProjection.reprojectWithOverlay
(BaseCommandButtonPresentationModel.Overlay overlay) Methods in org.pushingpixels.radiance.component.api.common.projection that return types with arguments of type BaseCommandButtonProjectionModifier and TypeMethodDescriptionBaseCommandButtonProjection.CommandButtonComponentSupplier.getComponentSupplier
(BaseCommandButtonProjection<M, MCM, P, MPM> projection) Methods in org.pushingpixels.radiance.component.api.common.projection with parameters of type BaseCommandButtonProjectionModifier and TypeMethodDescriptionBaseCommandButtonProjection.CommandButtonComponentSupplier.getComponentSupplier
(BaseCommandButtonProjection<M, MCM, P, MPM> projection) -
Uses of BaseCommandButtonProjection in org.pushingpixels.radiance.component.api.ribbon
Fields in org.pushingpixels.radiance.component.api.ribbon declared as BaseCommandButtonProjectionModifier and TypeFieldDescriptionprivate BaseCommandButtonProjection
<M, MCM, P, MPM> JRibbon.TaskbarCommandHandler.projection
Methods in org.pushingpixels.radiance.component.api.ribbon with parameters of type BaseCommandButtonProjectionModifier and TypeMethodDescriptionvoid
JRibbonBand.addRibbonCommand
(BaseCommandButtonProjection<? extends BaseCommand<?>, ? extends BaseCommandMenuContentModel, ? extends BaseCommandButtonPresentationModel<?, ?>, ? extends BaseCommandPopupMenuPresentationModel> projection, JRibbonBand.PresentationPriority priority) Adds the specified command projection tothis
band.<M extends BaseCommand<MCM>,
MCM extends BaseCommandMenuContentModel, P extends BaseCommandButtonPresentationModel<MPM, P>, MPM extends BaseCommandPopupMenuPresentationModel>
voidJRibbon.addTaskbarCommand
(BaseCommandButtonProjection<M, MCM, P, MPM> projection) JRibbon.OnShowContextualMenuListener.getContextualMenuContentModel
(JRibbon ribbon, BaseCommandButtonProjection<? extends BaseCommand<?>, ? extends BaseCommandMenuContentModel, ? extends BaseCommandButtonPresentationModel<?, ?>, ? extends BaseCommandPopupMenuPresentationModel> commandProjection) Constructors in org.pushingpixels.radiance.component.api.ribbon with parameters of type BaseCommandButtonProjectionModifierConstructorDescriptionTaskbarCommandHandler
(BaseCommandButtonProjection<M, MCM, P, MPM> projection) -
Uses of BaseCommandButtonProjection in org.pushingpixels.radiance.component.api.ribbon.projection
-
Uses of BaseCommandButtonProjection in org.pushingpixels.radiance.component.internal.ui.ribbon
Subclasses of BaseCommandButtonProjection in org.pushingpixels.radiance.component.internal.ui.ribbonModifier and TypeClassDescriptionprivate static class
Methods in org.pushingpixels.radiance.component.internal.ui.ribbon with parameters of type BaseCommandButtonProjectionModifier and TypeMethodDescriptionvoid
JBandControlPanel.addCommandButton
(BaseCommandButtonProjection<? extends BaseCommand<?>, ? extends BaseCommandMenuContentModel, ? extends BaseCommandButtonPresentationModel<?, ?>, ? extends BaseCommandPopupMenuPresentationModel> projection, JRibbonBand.PresentationPriority priority) Adds a new ribbon button tothis
control panel.Constructors in org.pushingpixels.radiance.component.internal.ui.ribbon with parameters of type BaseCommandButtonProjectionModifierConstructorDescriptionJRibbonTaskToggleButton
(BaseCommandButtonProjection<? extends BaseCommand<?>, ? extends BaseCommandMenuContentModel, ? extends BaseCommandButtonPresentationModel<?, ?>, ? extends BaseCommandPopupMenuPresentationModel> projection)