Uses of Class
org.pushingpixels.radiance.component.api.common.projection.BaseCommandButtonProjection
-
-
Uses of BaseCommandButtonProjection in org.pushingpixels.radiance.component.api.common
Fields in org.pushingpixels.radiance.component.api.common declared as BaseCommandButtonProjection 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 BaseCommandButtonProjection Modifier and Type Method Description BaseCommandButtonProjection<? extends BaseCommand<?>,? extends BaseCommandMenuContentModel,? extends BaseCommandButtonPresentationModel<?,?>,? extends BaseCommandPopupMenuPresentationModel>
JCommandButton. getProjection()
Constructors in org.pushingpixels.radiance.component.api.common with parameters of type BaseCommandButtonProjection Constructor Description JCommandButton(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.projection Modifier and Type Class Description class
ColorSelectorCommandButtonProjection
class
CommandButtonProjection<M extends Command>
Methods in org.pushingpixels.radiance.component.api.common.projection that return BaseCommandButtonProjection Modifier and Type Method Description abstract BaseCommandButtonProjection<M,MCM,P,MPM>
BaseCommandButtonProjection. reproject(P newCommandPresentation)
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 BaseCommandButtonProjection Modifier and Type Method Description java.util.function.Function<BaseCommandButtonProjection<M,MCM,P,MPM>,TC>
BaseCommandButtonProjection.CommandButtonComponentSupplier. getComponentSupplier(BaseCommandButtonProjection<M,MCM,P,MPM> projection)
Methods in org.pushingpixels.radiance.component.api.common.projection with parameters of type BaseCommandButtonProjection Modifier and Type Method Description java.util.function.Function<BaseCommandButtonProjection<M,MCM,P,MPM>,TC>
BaseCommandButtonProjection.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 BaseCommandButtonProjection Modifier and Type Field Description private BaseCommandButtonProjection<M,MCM,P,MPM>
JRibbon.TaskbarCommandHandler. projection
Constructors in org.pushingpixels.radiance.component.api.ribbon with parameters of type BaseCommandButtonProjection Constructor Description TaskbarCommandHandler(BaseCommandButtonProjection<M,MCM,P,MPM> projection)
-
Uses of BaseCommandButtonProjection in org.pushingpixels.radiance.component.api.ribbon.projection
Subclasses of BaseCommandButtonProjection in org.pushingpixels.radiance.component.api.ribbon.projection Modifier and Type Class Description class
RibbonApplicationMenuCommandButtonProjection
-
Uses of BaseCommandButtonProjection in org.pushingpixels.radiance.component.internal.ui.ribbon
Subclasses of BaseCommandButtonProjection in org.pushingpixels.radiance.component.internal.ui.ribbon Modifier and Type Class Description private static class
BasicRibbonBandUI.BandCollapseCommandButtonProjection
Methods in org.pushingpixels.radiance.component.internal.ui.ribbon with parameters of type BaseCommandButtonProjection 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.Constructors in org.pushingpixels.radiance.component.internal.ui.ribbon with parameters of type BaseCommandButtonProjection Constructor Description JRibbonTaskToggleButton(BaseCommandButtonProjection<? extends BaseCommand<?>,? extends BaseCommandMenuContentModel,? extends BaseCommandButtonPresentationModel<?,?>,? extends BaseCommandPopupMenuPresentationModel> projection)
-