Class CommandStripProjection
java.lang.Object
org.pushingpixels.radiance.component.api.common.projection.BlackboxProjection<CommandGroup, CommandStripPresentationModel>
org.pushingpixels.radiance.component.api.common.projection.BaseProjection<JCommandButtonStrip, CommandGroup, CommandStripPresentationModel>
org.pushingpixels.radiance.component.api.common.projection.Projection<JCommandButtonStrip, CommandGroup, CommandStripPresentationModel>
org.pushingpixels.radiance.component.api.common.projection.CommandStripProjection
public class CommandStripProjection
extends Projection<JCommandButtonStrip, CommandGroup, CommandStripPresentationModel>
-
Nested Class Summary
Nested classes/interfaces inherited from class Projection
Projection.ComponentSupplier<TC,CC, PC> -
Constructor Summary
ConstructorsConstructorDescriptionCommandStripProjection(CommandGroup contentModel, CommandStripPresentationModel 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
-
CommandStripProjection
public CommandStripProjection(CommandGroup contentModel, CommandStripPresentationModel presentationModel)
-