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 RibbonRadioButtonContentModel
RibbonRadioButtonGroupModel. selection
The 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. modelChangeListeners
Map of registered model change listeners.private java.util.Vector<RibbonRadioButtonContentModel>
RibbonRadioButtonGroupModel. radioButtonModels
Contains all group radio button content models.Methods in org.pushingpixels.radiance.component.api.ribbon.synapse.model that return RibbonRadioButtonContentModel Modifier and Type Method Description RibbonRadioButtonContentModel
RibbonRadioButtonContentModel.Builder. build()
RibbonRadioButtonContentModel
RibbonRadioButtonGroupModel. 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 void
RibbonRadioButtonGroupModel. add(RibbonRadioButtonContentModel radioButtonContentModel)
Adds the specified content model to the group.void
RibbonRadioButtonGroupModel. remove(RibbonRadioButtonContentModel radioButtonContentModel)
Removes the specified content model from the group.void
RibbonRadioButtonGroupModel. 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)
-