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 ComponentPresentationModelComponentPresentationModel.withDefaults() -
Uses of ComponentPresentationModel in org.pushingpixels.radiance.component.api.ribbon.synapse.projection
Subclasses with type arguments of type ComponentPresentationModel in org.pushingpixels.radiance.component.api.ribbon.synapse.projectionModifier and TypeClassDescriptionclassComponentProjection<C extends JComponent, M extends ComponentContentModel>Base class for projections that create non-Radiance components, such asJCheckBoxfromRibbonCheckBoxProjection.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)