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. projectionMethods 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 classColorSelectorCommandButtonProjectionclassCommandButtonProjection<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. projectionConstructors 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 classRibbonApplicationMenuCommandButtonProjection -
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 classBasicRibbonBandUI.BandCollapseCommandButtonProjectionMethods in org.pushingpixels.radiance.component.internal.ui.ribbon with parameters of type BaseCommandButtonProjection Modifier and Type Method Description voidJBandControlPanel. addCommandButton(BaseCommandButtonProjection<? extends BaseCommand<?>,? extends BaseCommandMenuContentModel,? extends BaseCommandButtonPresentationModel<?,?>,? extends BaseCommandPopupMenuPresentationModel> projection, JRibbonBand.PresentationPriority priority)Adds a new ribbon button tothiscontrol 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)
-