Class CommandPanelProjection
- 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<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 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 CommandPanelProjection(CommandPanelContentModel contentModel, CommandPanelPresentationModel 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
-
CommandPanelProjection
public CommandPanelProjection(CommandPanelContentModel contentModel, CommandPanelPresentationModel presentationModel)
-
-