Class RibbonRadioButtonProjection
java.lang.Object
org.pushingpixels.radiance.component.api.common.projection.BlackboxProjection<RibbonRadioButtonContentModel, ComponentPresentationModel>
org.pushingpixels.radiance.component.api.common.projection.BaseProjection<JRibbonRadioButton, RibbonRadioButtonContentModel, ComponentPresentationModel>
org.pushingpixels.radiance.component.api.common.projection.Projection<JRibbonRadioButton, RibbonRadioButtonContentModel, ComponentPresentationModel>
org.pushingpixels.radiance.component.api.ribbon.synapse.projection.ComponentProjection<JRibbonRadioButton, RibbonRadioButtonContentModel>
org.pushingpixels.radiance.component.api.ribbon.synapse.projection.RibbonRadioButtonProjection
public class RibbonRadioButtonProjection
extends ComponentProjection<JRibbonRadioButton, RibbonRadioButtonContentModel>
Projection that allows using a
JRadioButton as a ribbon component.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class Projection
Projection.ComponentSupplier<TC,CC, PC> -
Constructor Summary
ConstructorsConstructorDescriptionRibbonRadioButtonProjection(RibbonRadioButtonContentModel contentModel, ComponentPresentationModel presentationModel) -
Method Summary
Methods inherited from class Projection
buildBaseComponent, getComponentSupplier, setComponentSupplierMethods inherited from class BaseProjection
buildComponent, configureComponentMethods inherited from class BlackboxProjection
getCommandOverlays, getContentModel, getPresentationModel, setCommandOverlays
-
Constructor Details
-
RibbonRadioButtonProjection
public RibbonRadioButtonProjection(RibbonRadioButtonContentModel contentModel, ComponentPresentationModel presentationModel)
-