Class ComponentProjection<C extends JComponent, M extends ComponentContentModel>

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 JComponent, M extends ComponentContentModel> extends Projection<C, M, ComponentPresentationModel>
Base class for projections that create non-Radiance components, such as JCheckBox from RibbonCheckBoxProjection.
See Also: