Class RibbonCheckBoxProjection
- java.lang.Object
-
- org.pushingpixels.flamingo.api.common.projection.BlackboxProjection<C,P>
-
- org.pushingpixels.flamingo.api.common.projection.Projection<C,M,ComponentPresentationModel>
-
- org.pushingpixels.flamingo.api.ribbon.synapse.projection.ComponentProjection<JRibbonCheckBox,RibbonCheckBoxContentModel>
-
- org.pushingpixels.flamingo.api.ribbon.synapse.projection.RibbonCheckBoxProjection
-
public class RibbonCheckBoxProjection extends ComponentProjection<JRibbonCheckBox,RibbonCheckBoxContentModel>
Projection that allows using aJCheckBoxas a ribbon component.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.pushingpixels.flamingo.api.common.projection.Projection
Projection.ComponentCustomizer<TC extends javax.swing.JComponent>, Projection.ComponentSupplier<TC extends javax.swing.JComponent,CC extends ContentModel,PC extends PresentationModel>
-
-
Constructor Summary
Constructors Constructor Description RibbonCheckBoxProjection(RibbonCheckBoxContentModel contentModel, ComponentPresentationModel presentationModel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidconfigureComponent(JRibbonCheckBox component)-
Methods inherited from class org.pushingpixels.flamingo.api.common.projection.BlackboxProjection
getCommandOverlays, getContentModel, getPresentationModel, setCommandOverlays
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from class org.pushingpixels.flamingo.api.common.projection.Projection
buildComponent, getCommandComponentCustomizers, getCommandComponentSuppliers, getComponentCustomizer, getComponentSupplier, setCommandComponentCustomizers, setCommandComponentSuppliers, setComponentCustomizer, setComponentSupplier
-
-
-
-
Constructor Detail
-
RibbonCheckBoxProjection
public RibbonCheckBoxProjection(RibbonCheckBoxContentModel contentModel, ComponentPresentationModel presentationModel)
-
-
Method Detail
-
configureComponent
protected void configureComponent(JRibbonCheckBox component)
- Specified by:
configureComponentin classProjection<JRibbonCheckBox,RibbonCheckBoxContentModel,ComponentPresentationModel>
-
-