Uses of Class
org.pushingpixels.radiance.component.api.ribbon.synapse.model.ComponentPresentationModel
Packages that use ComponentPresentationModel
Package
Description
-
Uses of ComponentPresentationModel in org.pushingpixels.radiance.component.api.ribbon.synapse
Constructor parameters in org.pushingpixels.radiance.component.api.ribbon.synapse with type arguments of type ComponentPresentationModelModifierConstructorDescriptionJRibbonCheckBox
(Projection<JRibbonCheckBox, RibbonCheckBoxContentModel, ComponentPresentationModel> projection) JRibbonComboBox
(Projection<JRibbonComboBox<E>, RibbonComboBoxContentModel<E>, ComponentPresentationModel> projection) JRibbonRadioButton
(Projection<JRibbonRadioButton, RibbonRadioButtonContentModel, ComponentPresentationModel> projection) JRibbonSpinner
(Projection<JRibbonSpinner, RibbonSpinnerContentModel, ComponentPresentationModel> projection) -
Uses of ComponentPresentationModel in org.pushingpixels.radiance.component.api.ribbon.synapse.model
Methods in org.pushingpixels.radiance.component.api.ribbon.synapse.model that return ComponentPresentationModelModifier and TypeMethodDescriptionComponentPresentationModel.Builder.build()
static ComponentPresentationModel
ComponentPresentationModel.withDefaults()
-
Uses of ComponentPresentationModel in org.pushingpixels.radiance.component.api.ribbon.synapse.projection
Constructors in org.pushingpixels.radiance.component.api.ribbon.synapse.projection with parameters of type ComponentPresentationModelModifierConstructorDescriptionComponentProjection
(M contentModel, ComponentPresentationModel presentationModel, Projection.ComponentSupplier<C, M, ComponentPresentationModel> componentSupplier) RibbonCheckBoxProjection
(RibbonCheckBoxContentModel contentModel, ComponentPresentationModel presentationModel) RibbonComboBoxProjection
(RibbonComboBoxContentModel<E> contentModel, ComponentPresentationModel presentationModel) RibbonRadioButtonProjection
(RibbonRadioButtonContentModel contentModel, ComponentPresentationModel presentationModel) RibbonSpinnerProjection
(RibbonSpinnerContentModel contentModel, ComponentPresentationModel presentationModel) Constructor parameters in org.pushingpixels.radiance.component.api.ribbon.synapse.projection with type arguments of type ComponentPresentationModelModifierConstructorDescriptionComponentProjection
(M contentModel, ComponentPresentationModel presentationModel, Projection.ComponentSupplier<C, M, ComponentPresentationModel> componentSupplier)