Class BlackboxProjection<C extends ContentModel,P extends PresentationModel>
java.lang.Object
org.pushingpixels.radiance.component.api.common.projection.BlackboxProjection<C,P>
- Direct Known Subclasses:
BaseProjection
,RibbonApplicationMenuProjection
,RibbonGalleryProjection
public abstract class BlackboxProjection<C extends ContentModel,P extends PresentationModel>
extends Object
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setCommandOverlays
(Map<Command, BaseCommandButtonPresentationModel.Overlay> commandOverlays)
-
Field Details
-
contentModel
-
presentationModel
-
commandOverlays
-
-
Constructor Details
-
BlackboxProjection
-
-
Method Details
-
getContentModel
-
getPresentationModel
-
setCommandOverlays
public void setCommandOverlays(Map<Command, BaseCommandButtonPresentationModel.Overlay> commandOverlays) -
getCommandOverlays
-