Uses of Interface
org.pushingpixels.radiance.component.api.common.projection.BaseCommandButtonProjection.CommandButtonComponentSupplier
-
Packages that use BaseCommandButtonProjection.CommandButtonComponentSupplier Package Description org.pushingpixels.radiance.component.api.common.projection -
-
Uses of BaseCommandButtonProjection.CommandButtonComponentSupplier in org.pushingpixels.radiance.component.api.common.projection
Fields in org.pushingpixels.radiance.component.api.common.projection declared as BaseCommandButtonProjection.CommandButtonComponentSupplier Modifier and Type Field Description private BaseCommandButtonProjection.CommandButtonComponentSupplier<JCommandButton,M,MCM,P,MPM>
BaseCommandButtonProjection. componentSupplier
Methods in org.pushingpixels.radiance.component.api.common.projection that return BaseCommandButtonProjection.CommandButtonComponentSupplier Modifier and Type Method Description BaseCommandButtonProjection.CommandButtonComponentSupplier<JCommandButton,M,MCM,P,MPM>
BaseCommandButtonProjection. getComponentSupplier()
Methods in org.pushingpixels.radiance.component.api.common.projection with parameters of type BaseCommandButtonProjection.CommandButtonComponentSupplier Modifier and Type Method Description void
BaseCommandButtonProjection. setComponentSupplier(BaseCommandButtonProjection.CommandButtonComponentSupplier<JCommandButton,M,MCM,P,MPM> componentSupplier)
-