Class CommandPanelProjection
- java.lang.Object
-
- org.pushingpixels.flamingo.api.common.projection.BlackboxProjection<C,P>
-
- org.pushingpixels.flamingo.api.common.projection.Projection<JCommandButtonPanel,CommandPanelContentModel,CommandPanelPresentationModel>
-
- org.pushingpixels.flamingo.api.common.projection.CommandPanelProjection
-
public class CommandPanelProjection extends Projection<JCommandButtonPanel,CommandPanelContentModel,CommandPanelPresentationModel>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.pushingpixels.flamingo.api.common.projection.Projection
Projection.ComponentCustomizer<TC extends javax.swing.JComponent>, 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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidconfigureComponent(JCommandButtonPanel component)-
Methods inherited from class org.pushingpixels.flamingo.api.common.projection.BlackboxProjection
getCommandOverlays, getContentModel, getPresentationModel, setCommandOverlays
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from class org.pushingpixels.flamingo.api.common.projection.Projection
buildComponent, getCommandComponentCustomizers, getCommandComponentSuppliers, getComponentCustomizer, getComponentSupplier, setCommandComponentCustomizers, setCommandComponentSuppliers, setComponentCustomizer, setComponentSupplier
-
-
-
-
Constructor Detail
-
CommandPanelProjection
public CommandPanelProjection(CommandPanelContentModel contentModel, CommandPanelPresentationModel presentationModel)
-
-
Method Detail
-
configureComponent
protected void configureComponent(JCommandButtonPanel component)
- Specified by:
configureComponentin classProjection<JCommandButtonPanel,CommandPanelContentModel,CommandPanelPresentationModel>
-
-