Class ComponentProjection<C extends javax.swing.JComponent,M extends ComponentContentModel>
- java.lang.Object
-
- org.pushingpixels.radiance.component.api.common.projection.BlackboxProjection<C,P>
-
- org.pushingpixels.radiance.component.api.common.projection.BaseProjection<T,C,P>
-
- org.pushingpixels.radiance.component.api.common.projection.Projection<C,M,ComponentPresentationModel>
-
- org.pushingpixels.radiance.component.api.ribbon.synapse.projection.ComponentProjection<C,M>
-
- Type Parameters:
C
- Class of the Swing component that is the result of this projection.M
- Class of the content model.
- Direct Known Subclasses:
RibbonCheckBoxProjection
,RibbonComboBoxProjection
,RibbonRadioButtonProjection
,RibbonSpinnerProjection
public abstract class ComponentProjection<C extends javax.swing.JComponent,M extends ComponentContentModel> extends Projection<C,M,ComponentPresentationModel>
Base class for projections that create non-Radiance components, such asJCheckBox
fromRibbonCheckBoxProjection
.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.pushingpixels.radiance.component.api.common.projection.Projection
Projection.ComponentSupplier<TC extends javax.swing.JComponent,CC extends ContentModel,PC extends PresentationModel>
-
-
Constructor Summary
Constructors Constructor Description ComponentProjection(M contentModel, ComponentPresentationModel presentationModel, Projection.ComponentSupplier<C,M,ComponentPresentationModel> componentSupplier)
-
Method Summary
-
Methods inherited from class org.pushingpixels.radiance.component.api.common.projection.Projection
buildBaseComponent, getComponentSupplier, setComponentSupplier
-
Methods inherited from class org.pushingpixels.radiance.component.api.common.projection.BaseProjection
buildComponent, configureComponent
-
Methods inherited from class org.pushingpixels.radiance.component.api.common.projection.BlackboxProjection
getCommandOverlays, getContentModel, getPresentationModel, setCommandOverlays
-
-
-
-
Constructor Detail
-
ComponentProjection
public ComponentProjection(M contentModel, ComponentPresentationModel presentationModel, Projection.ComponentSupplier<C,M,ComponentPresentationModel> componentSupplier)
-
-