Class RibbonCheckBoxProjection
java.lang.Object
org.pushingpixels.radiance.component.api.common.projection.BlackboxProjection<RibbonCheckBoxContentModel, ComponentPresentationModel>
org.pushingpixels.radiance.component.api.common.projection.BaseProjection<JRibbonCheckBox, RibbonCheckBoxContentModel, ComponentPresentationModel>
org.pushingpixels.radiance.component.api.common.projection.Projection<JRibbonCheckBox, RibbonCheckBoxContentModel, ComponentPresentationModel>
org.pushingpixels.radiance.component.api.ribbon.synapse.projection.ComponentProjection<JRibbonCheckBox, RibbonCheckBoxContentModel>
org.pushingpixels.radiance.component.api.ribbon.synapse.projection.RibbonCheckBoxProjection
public class RibbonCheckBoxProjection
extends ComponentProjection<JRibbonCheckBox, RibbonCheckBoxContentModel>
Projection that allows using a
JCheckBox as a ribbon component.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class Projection
Projection.ComponentSupplier<TC,CC, PC> -
Constructor Summary
ConstructorsConstructorDescriptionRibbonCheckBoxProjection(RibbonCheckBoxContentModel contentModel, ComponentPresentationModel presentationModel) -
Method Summary
Methods inherited from class Projection
buildBaseComponent, getComponentSupplier, setComponentSupplierMethods inherited from class BaseProjection
buildComponent, configureComponentMethods inherited from class BlackboxProjection
getCommandOverlays, getContentModel, getPresentationModel, setCommandOverlays
-
Constructor Details
-
RibbonCheckBoxProjection
public RibbonCheckBoxProjection(RibbonCheckBoxContentModel contentModel, ComponentPresentationModel presentationModel)
-