Uses of Interface
org.pushingpixels.radiance.component.api.common.projection.Projection.ComponentSupplier
Packages that use Projection.ComponentSupplier
Package
Description
-
Uses of Projection.ComponentSupplier in org.pushingpixels.radiance.component.api.common.projection
Fields in org.pushingpixels.radiance.component.api.common.projection declared as Projection.ComponentSupplierModifier and TypeFieldDescriptionprivate Projection.ComponentSupplier
<T, C, P> Projection.componentSupplier
Methods in org.pushingpixels.radiance.component.api.common.projection that return Projection.ComponentSupplierModifier and TypeMethodDescriptionfinal Projection.ComponentSupplier
<T, C, P> Projection.getComponentSupplier()
Methods in org.pushingpixels.radiance.component.api.common.projection with parameters of type Projection.ComponentSupplierModifier and TypeMethodDescriptionvoid
Projection.setComponentSupplier
(Projection.ComponentSupplier<T, C, P> componentSupplier) Constructors in org.pushingpixels.radiance.component.api.common.projection with parameters of type Projection.ComponentSupplierModifierConstructorDescriptionprotected
AbstractPopupMenuPanelProjection
(C contentModel, P presentationModel, Projection.ComponentSupplier<M, C, P> componentSupplier2) protected
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.ComponentSupplierModifierConstructorDescriptionComponentProjection
(M contentModel, ComponentPresentationModel presentationModel, Projection.ComponentSupplier<C, M, ComponentPresentationModel> componentSupplier)