Class CommandStripProjection
- java.lang.Object
-
- org.pushingpixels.radiance.component.api.common.projection.BlackboxProjection<C,P>
-
- org.pushingpixels.radiance.component.api.common.projection.BaseProjection<T,C,P>
-
- 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 javax.swing.JComponent,CC extends ContentModel,PC extends PresentationModel>
-
-
Constructor Summary
Constructors Constructor Description CommandStripProjection(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 Detail
-
CommandStripProjection
public CommandStripProjection(CommandGroup contentModel, CommandStripPresentationModel presentationModel)
-
-