Uses of Class
org.pushingpixels.radiance.component.api.common.model.CommandStripPresentationModel
-
-
Uses of CommandStripPresentationModel in org.pushingpixels.radiance.component.api.common
Fields in org.pushingpixels.radiance.component.api.common with type parameters of type CommandStripPresentationModel Modifier and Type Field Description private Projection<JCommandButtonStrip,CommandGroup,CommandStripPresentationModel>
JCommandButtonStrip. projection
Methods in org.pushingpixels.radiance.component.api.common that return types with arguments of type CommandStripPresentationModel Modifier and Type Method Description Projection<JCommandButtonStrip,CommandGroup,CommandStripPresentationModel>
JCommandButtonStrip. getProjection()
Constructor parameters in org.pushingpixels.radiance.component.api.common with type arguments of type CommandStripPresentationModel Constructor Description JCommandButtonStrip(Projection<JCommandButtonStrip,CommandGroup,CommandStripPresentationModel> projection)
-
Uses of CommandStripPresentationModel in org.pushingpixels.radiance.component.api.common.model
Methods in org.pushingpixels.radiance.component.api.common.model that return CommandStripPresentationModel Modifier and Type Method Description CommandStripPresentationModel
CommandStripPresentationModel.Builder. build()
static CommandStripPresentationModel
CommandStripPresentationModel. withDefaults()
-
Uses of CommandStripPresentationModel in org.pushingpixels.radiance.component.api.common.projection
Constructors in org.pushingpixels.radiance.component.api.common.projection with parameters of type CommandStripPresentationModel Constructor Description CommandStripProjection(CommandGroup contentModel, CommandStripPresentationModel presentationModel)
-