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 org.pushingpixels.radiance.component.api.common.projection.Projection
Projection.ComponentSupplier<TC extends JComponent,
CC extends ContentModel, PC extends PresentationModel> -
Constructor Summary
ConstructorsConstructorDescriptionCommandStripProjection
(CommandGroup contentModel, CommandStripPresentationModel presentationModel) -
Method Summary
Methods inherited from class org.pushingpixels.radiance.component.api.common.projection.Projection
buildBaseComponent, getComponentSupplier, setComponentSupplier
Methods inherited from class org.pushingpixels.radiance.component.api.common.projection.BaseProjection
buildComponent, configureComponent
Methods inherited from class org.pushingpixels.radiance.component.api.common.projection.BlackboxProjection
getCommandOverlays, getContentModel, getPresentationModel, setCommandOverlays
-
Constructor Details
-
CommandStripProjection
public CommandStripProjection(CommandGroup contentModel, CommandStripPresentationModel presentationModel)
-