Class CommandPanelProjection
java.lang.Object
org.pushingpixels.radiance.component.api.common.projection.BlackboxProjection<CommandPanelContentModel, CommandPanelPresentationModel>
org.pushingpixels.radiance.component.api.common.projection.BaseProjection<JCommandButtonPanel, CommandPanelContentModel, CommandPanelPresentationModel>
org.pushingpixels.radiance.component.api.common.projection.Projection<JCommandButtonPanel, CommandPanelContentModel, CommandPanelPresentationModel>
org.pushingpixels.radiance.component.api.common.projection.CommandPanelProjection
public class CommandPanelProjection
extends Projection<JCommandButtonPanel, CommandPanelContentModel, CommandPanelPresentationModel>
-
Nested Class Summary
Nested classes/interfaces inherited from class Projection
Projection.ComponentSupplier<TC,CC, PC> -
Constructor Summary
ConstructorsConstructorDescriptionCommandPanelProjection(CommandPanelContentModel contentModel, CommandPanelPresentationModel presentationModel) -
Method Summary
Methods inherited from class Projection
buildBaseComponent, getComponentSupplier, setComponentSupplierMethods inherited from class BaseProjection
buildComponent, configureComponentMethods inherited from class BlackboxProjection
getCommandOverlays, getContentModel, getPresentationModel, setCommandOverlays
-
Constructor Details
-
CommandPanelProjection
public CommandPanelProjection(CommandPanelContentModel contentModel, CommandPanelPresentationModel presentationModel)
-