Class RibbonComboBoxProjection<E>
- java.lang.Object
-
- org.pushingpixels.radiance.component.api.common.projection.BlackboxProjection<C,P>
-
- org.pushingpixels.radiance.component.api.common.projection.BaseProjection<T,C,P>
-
- org.pushingpixels.radiance.component.api.common.projection.Projection<C,M,ComponentPresentationModel>
-
- org.pushingpixels.radiance.component.api.ribbon.synapse.projection.ComponentProjection<JRibbonComboBox<E>,RibbonComboBoxContentModel<E>>
-
- org.pushingpixels.radiance.component.api.ribbon.synapse.projection.RibbonComboBoxProjection<E>
-
public class RibbonComboBoxProjection<E> extends ComponentProjection<JRibbonComboBox<E>,RibbonComboBoxContentModel<E>>
Projection that allows using aJComboBox
as a ribbon component.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.pushingpixels.radiance.component.api.common.projection.Projection
Projection.ComponentSupplier<TC extends javax.swing.JComponent,CC extends ContentModel,PC extends PresentationModel>
-
-
Constructor Summary
Constructors Constructor Description RibbonComboBoxProjection(RibbonComboBoxContentModel<E> contentModel, ComponentPresentationModel presentationModel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
configureComponent(JRibbonComboBox<E> component)
-
Methods inherited from class org.pushingpixels.radiance.component.api.common.projection.Projection
buildBaseComponent, getComponentSupplier, setComponentSupplier
-
Methods inherited from class org.pushingpixels.radiance.component.api.common.projection.BaseProjection
buildComponent
-
Methods inherited from class org.pushingpixels.radiance.component.api.common.projection.BlackboxProjection
getCommandOverlays, getContentModel, getPresentationModel, setCommandOverlays
-
-
-
-
Constructor Detail
-
RibbonComboBoxProjection
public RibbonComboBoxProjection(RibbonComboBoxContentModel<E> contentModel, ComponentPresentationModel presentationModel)
-
-
Method Detail
-
configureComponent
protected void configureComponent(JRibbonComboBox<E> component)
- Overrides:
configureComponent
in classBaseProjection<JRibbonComboBox<E>,RibbonComboBoxContentModel<E>,ComponentPresentationModel>
-
-