Uses of Class
org.pushingpixels.radiance.component.api.ribbon.synapse.model.RibbonRadioButtonContentModel
-
-
Uses of RibbonRadioButtonContentModel in org.pushingpixels.radiance.component.api.ribbon.synapse
Constructor parameters in org.pushingpixels.radiance.component.api.ribbon.synapse with type arguments of type RibbonRadioButtonContentModel Constructor Description JRibbonRadioButton(Projection<JRibbonRadioButton,RibbonRadioButtonContentModel,ComponentPresentationModel> projection) -
Uses of RibbonRadioButtonContentModel in org.pushingpixels.radiance.component.api.ribbon.synapse.model
Fields in org.pushingpixels.radiance.component.api.ribbon.synapse.model declared as RibbonRadioButtonContentModel Modifier and Type Field Description private RibbonRadioButtonContentModelRibbonRadioButtonGroupModel. selectionThe currently selected radio button content model.Fields in org.pushingpixels.radiance.component.api.ribbon.synapse.model with type parameters of type RibbonRadioButtonContentModel Modifier and Type Field Description private java.util.Map<RibbonRadioButtonContentModel,javax.swing.event.ChangeListener>RibbonRadioButtonGroupModel. modelChangeListenersMap of registered model change listeners.private java.util.Vector<RibbonRadioButtonContentModel>RibbonRadioButtonGroupModel. radioButtonModelsContains all group radio button content models.Methods in org.pushingpixels.radiance.component.api.ribbon.synapse.model that return RibbonRadioButtonContentModel Modifier and Type Method Description RibbonRadioButtonContentModelRibbonRadioButtonContentModel.Builder. build()RibbonRadioButtonContentModelRibbonRadioButtonGroupModel. getSelected()Returns the selected content model of this group model.Methods in org.pushingpixels.radiance.component.api.ribbon.synapse.model that return types with arguments of type RibbonRadioButtonContentModel Modifier and Type Method Description java.util.Collection<RibbonRadioButtonContentModel>RibbonRadioButtonGroupModel. getRadioButtonModels()Returns an unmodifiable collection with all the content models tracked by this model.Methods in org.pushingpixels.radiance.component.api.ribbon.synapse.model with parameters of type RibbonRadioButtonContentModel Modifier and Type Method Description voidRibbonRadioButtonGroupModel. add(RibbonRadioButtonContentModel radioButtonContentModel)Adds the specified content model to the group.voidRibbonRadioButtonGroupModel. remove(RibbonRadioButtonContentModel radioButtonContentModel)Removes the specified content model from the group.voidRibbonRadioButtonGroupModel. setSelected(RibbonRadioButtonContentModel radioButtonContentModel, boolean isSelected)Changes the selected status of the specified content model. -
Uses of RibbonRadioButtonContentModel in org.pushingpixels.radiance.component.api.ribbon.synapse.projection
Constructors in org.pushingpixels.radiance.component.api.ribbon.synapse.projection with parameters of type RibbonRadioButtonContentModel Constructor Description RibbonRadioButtonProjection(RibbonRadioButtonContentModel contentModel, ComponentPresentationModel presentationModel)
-