Class RibbonComboBoxProjection<E>
java.lang.Object
org.pushingpixels.radiance.component.api.common.projection.BlackboxProjection<RibbonComboBoxContentModel<E>,ComponentPresentationModel>
org.pushingpixels.radiance.component.api.common.projection.BaseProjection<JRibbonComboBox<E>,RibbonComboBoxContentModel<E>,ComponentPresentationModel>
org.pushingpixels.radiance.component.api.common.projection.Projection<JRibbonComboBox<E>,RibbonComboBoxContentModel<E>,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 a
JComboBox
as a ribbon component.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.pushingpixels.radiance.component.api.common.projection.Projection
Projection.ComponentSupplier<TC extends JComponent,
CC extends ContentModel, PC extends PresentationModel> -
Constructor Summary
ConstructorsConstructorDescriptionRibbonComboBoxProjection
(RibbonComboBoxContentModel<E> contentModel, ComponentPresentationModel presentationModel) -
Method Summary
Modifier and TypeMethodDescriptionprotected 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 Details
-
RibbonComboBoxProjection
public RibbonComboBoxProjection(RibbonComboBoxContentModel<E> contentModel, ComponentPresentationModel presentationModel)
-
-
Method Details
-
configureComponent
- Overrides:
configureComponent
in classBaseProjection<JRibbonComboBox<E>,
RibbonComboBoxContentModel<E>, ComponentPresentationModel>
-