Uses of Class
org.pushingpixels.radiance.component.api.common.model.CommandPanelPresentationModel
-
-
Uses of CommandPanelPresentationModel in org.pushingpixels.radiance.component.api.common
Fields in org.pushingpixels.radiance.component.api.common declared as CommandPanelPresentationModel Modifier and Type Field Description private CommandPanelPresentationModel
JCommandButtonPanel. panelPresentationModel
Fields in org.pushingpixels.radiance.component.api.common with type parameters of type CommandPanelPresentationModel Modifier and Type Field Description private Projection<JCommandButtonPanel,CommandPanelContentModel,CommandPanelPresentationModel>
JCommandButtonPanel. projection
Methods in org.pushingpixels.radiance.component.api.common that return types with arguments of type CommandPanelPresentationModel Modifier and Type Method Description Projection<JCommandButtonPanel,CommandPanelContentModel,CommandPanelPresentationModel>
JCommandButtonPanel. getProjection()
Constructor parameters in org.pushingpixels.radiance.component.api.common with type arguments of type CommandPanelPresentationModel Constructor Description JCommandButtonPanel(Projection<JCommandButtonPanel,CommandPanelContentModel,CommandPanelPresentationModel> projection)
-
Uses of CommandPanelPresentationModel in org.pushingpixels.radiance.component.api.common.model
Methods in org.pushingpixels.radiance.component.api.common.model that return CommandPanelPresentationModel Modifier and Type Method Description CommandPanelPresentationModel
CommandPanelPresentationModel.Builder. build()
-
Uses of CommandPanelPresentationModel in org.pushingpixels.radiance.component.api.common.projection
Constructors in org.pushingpixels.radiance.component.api.common.projection with parameters of type CommandPanelPresentationModel Constructor Description CommandPanelProjection(CommandPanelContentModel contentModel, CommandPanelPresentationModel presentationModel)
-