C - Class of the Swing component that is the result of this projection.M - Class of the content model.RibbonCheckBoxProjection, RibbonComboBoxProjection, RibbonSpinnerProjectionpublic abstract class ComponentProjection<C extends javax.swing.JComponent,M extends ComponentContentModel> extends Projection<C,M,ComponentPresentationModel>
JCheckBox from
RibbonCheckBoxProjection.Projection.ComponentCustomizer<TC extends javax.swing.JComponent>, Projection.ComponentSupplier<TC extends javax.swing.JComponent,CC extends ContentModel,PC extends PresentationModel>| Constructor | Description |
|---|---|
ComponentProjection(M contentModel,
ComponentPresentationModel presentationModel,
Projection.ComponentSupplier<C,M,ComponentPresentationModel> componentSupplier) |
getCommandOverlays, getContentModel, getPresentationModel, setCommandOverlaysclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildComponent, configureComponent, getCommandComponentCustomizers, getCommandComponentSuppliers, getComponentCustomizer, getComponentSupplier, setCommandComponentCustomizers, setCommandComponentSuppliers, setComponentCustomizer, setComponentSupplierpublic ComponentProjection(M contentModel, ComponentPresentationModel presentationModel, Projection.ComponentSupplier<C,M,ComponentPresentationModel> componentSupplier)