Uses of Class
org.pushingpixels.radiance.component.api.ribbon.synapse.model.ComponentPresentationModel
-
-
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 ComponentPresentationModel Constructor Description JRibbonCheckBox(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 ComponentPresentationModel Modifier and Type Method Description ComponentPresentationModel
ComponentPresentationModel.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 ComponentPresentationModel Constructor Description ComponentProjection(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 ComponentPresentationModel Constructor Description ComponentProjection(M contentModel, ComponentPresentationModel presentationModel, Projection.ComponentSupplier<C,M,ComponentPresentationModel> componentSupplier)
-