Class ComponentProjection<C extends javax.swing.JComponent,M extends ComponentContentModel>
- 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<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,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-Flamingo components, such asJCheckBoxfromRibbonCheckBoxProjection.
-
-
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 ComponentProjection(M contentModel, ComponentPresentationModel presentationModel, Projection.ComponentSupplier<C,M,ComponentPresentationModel> componentSupplier)
-
Method Summary
-
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, configureComponent, getCommandComponentCustomizers, getCommandComponentSuppliers, getComponentCustomizer, getComponentSupplier, setCommandComponentCustomizers, setCommandComponentSuppliers, setComponentCustomizer, setComponentSupplier
-
-
-
-
Constructor Detail
-
ComponentProjection
public ComponentProjection(M contentModel, ComponentPresentationModel presentationModel, Projection.ComponentSupplier<C,M,ComponentPresentationModel> componentSupplier)
-
-