Uses of Interface
org.pushingpixels.radiance.component.api.ribbon.synapse.model.RibbonComboBoxContentModel
-
-
Uses of RibbonComboBoxContentModel in org.pushingpixels.radiance.component.api.ribbon.synapse
Constructor parameters in org.pushingpixels.radiance.component.api.ribbon.synapse with type arguments of type RibbonComboBoxContentModel Constructor Description JRibbonComboBox(Projection<JRibbonComboBox<E>,RibbonComboBoxContentModel<E>,ComponentPresentationModel> projection)
-
Uses of RibbonComboBoxContentModel in org.pushingpixels.radiance.component.api.ribbon.synapse.model
Classes in org.pushingpixels.radiance.component.api.ribbon.synapse.model that implement RibbonComboBoxContentModel Modifier and Type Class Description class
RibbonDefaultComboBoxContentModel<E>
-
Uses of RibbonComboBoxContentModel in org.pushingpixels.radiance.component.api.ribbon.synapse.projection
Constructors in org.pushingpixels.radiance.component.api.ribbon.synapse.projection with parameters of type RibbonComboBoxContentModel Constructor Description RibbonComboBoxProjection(RibbonComboBoxContentModel<E> contentModel, ComponentPresentationModel presentationModel)
-