Uses of Interface
org.pushingpixels.radiance.component.api.common.projection.Projection.ComponentSupplier
-
Packages that use Projection.ComponentSupplier Package Description org.pushingpixels.radiance.component.api.common.projection org.pushingpixels.radiance.component.api.ribbon.synapse.projection -
-
Uses of Projection.ComponentSupplier in org.pushingpixels.radiance.component.api.common.projection
Fields in org.pushingpixels.radiance.component.api.common.projection declared as Projection.ComponentSupplier Modifier and Type Field Description private Projection.ComponentSupplier<T,C,P>
Projection. componentSupplier
Methods in org.pushingpixels.radiance.component.api.common.projection that return Projection.ComponentSupplier Modifier and Type Method Description Projection.ComponentSupplier<T,C,P>
Projection. getComponentSupplier()
Methods in org.pushingpixels.radiance.component.api.common.projection with parameters of type Projection.ComponentSupplier Modifier and Type Method Description void
Projection. setComponentSupplier(Projection.ComponentSupplier<T,C,P> componentSupplier)
Constructors in org.pushingpixels.radiance.component.api.common.projection with parameters of type Projection.ComponentSupplier Constructor Description AbstractPopupMenuPanelProjection(C contentModel, P presentationModel, Projection.ComponentSupplier<M,C,P> componentSupplier2)
Projection(C contentModel, P presentationModel, Projection.ComponentSupplier<T,C,P> componentSupplier)
-
Uses of Projection.ComponentSupplier in org.pushingpixels.radiance.component.api.ribbon.synapse.projection
Constructors in org.pushingpixels.radiance.component.api.ribbon.synapse.projection with parameters of type Projection.ComponentSupplier Constructor Description ComponentProjection(M contentModel, ComponentPresentationModel presentationModel, Projection.ComponentSupplier<C,M,ComponentPresentationModel> componentSupplier)
-