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 Projection
Projection.ComponentSupplier<TC,CC, PC> -
Constructor Summary
ConstructorsConstructorDescriptionRibbonComboBoxProjection(RibbonComboBoxContentModel<E> contentModel, ComponentPresentationModel presentationModel) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidconfigureComponent(JRibbonComboBox<E> component) Methods inherited from class Projection
buildBaseComponent, getComponentSupplier, setComponentSupplierMethods inherited from class BaseProjection
buildComponentMethods inherited from class BlackboxProjection
getCommandOverlays, getContentModel, getPresentationModel, setCommandOverlays
-
Constructor Details
-
RibbonComboBoxProjection
public RibbonComboBoxProjection(RibbonComboBoxContentModel<E> contentModel, ComponentPresentationModel presentationModel)
-
-
Method Details
-
configureComponent
- Overrides:
configureComponentin classBaseProjection<JRibbonComboBox<E>, RibbonComboBoxContentModel<E>, ComponentPresentationModel>
-