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 org.pushingpixels.radiance.component.api.common.projection.Projection
Projection.ComponentSupplier<TC extends JComponent,
CC extends ContentModel, PC extends PresentationModel> -
Constructor Summary
ConstructorsConstructorDescriptionRibbonRadioButtonProjection
(RibbonRadioButtonContentModel contentModel, ComponentPresentationModel presentationModel) -
Method Summary
Methods inherited from class org.pushingpixels.radiance.component.api.common.projection.Projection
buildBaseComponent, getComponentSupplier, setComponentSupplier
Methods inherited from class org.pushingpixels.radiance.component.api.common.projection.BaseProjection
buildComponent, configureComponent
Methods inherited from class org.pushingpixels.radiance.component.api.common.projection.BlackboxProjection
getCommandOverlays, getContentModel, getPresentationModel, setCommandOverlays
-
Constructor Details
-
RibbonRadioButtonProjection
public RibbonRadioButtonProjection(RibbonRadioButtonContentModel contentModel, ComponentPresentationModel presentationModel)
-