Class ColorSelectorCommandButtonProjection
- java.lang.Object
-
- org.pushingpixels.flamingo.api.common.projection.BlackboxProjection<C,P>
-
- org.pushingpixels.flamingo.api.common.projection.Projection<JCommandButton,M,CommandButtonPresentationModel>
-
- org.pushingpixels.flamingo.api.common.projection.CommandButtonProjection<ColorSelectorCommand>
-
- org.pushingpixels.flamingo.api.common.projection.ColorSelectorCommandButtonProjection
-
public class ColorSelectorCommandButtonProjection extends CommandButtonProjection<ColorSelectorCommand>
-
-
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 ColorSelectorCommandButtonProjection(ColorSelectorCommand command, CommandButtonPresentationModel commandPresentation)
-
Method Summary
-
Methods inherited from class org.pushingpixels.flamingo.api.common.projection.BlackboxProjection
getCommandOverlays, getContentModel, getPresentationModel, setCommandOverlays
-
Methods inherited from class org.pushingpixels.flamingo.api.common.projection.CommandButtonProjection
configureComponent, getPopupMenuCustomizer, getPopupMenuSupplier, reproject, setPopupMenuCustomizer, setPopupMenuSupplier
-
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
-
ColorSelectorCommandButtonProjection
public ColorSelectorCommandButtonProjection(ColorSelectorCommand command, CommandButtonPresentationModel commandPresentation)
-
-