Class ColorSelectorCommand
- java.lang.Object
-
- org.pushingpixels.flamingo.api.common.model.Command
-
- org.pushingpixels.flamingo.api.common.model.ColorSelectorCommand
-
- All Implemented Interfaces:
ChangeAware,ContentModel,PropertyChangeAware
public class ColorSelectorCommand extends Command
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classColorSelectorCommand.Builder-
Nested classes/interfaces inherited from class org.pushingpixels.flamingo.api.common.model.Command
Command.BaseBuilder<T extends Command,B extends Command.BaseBuilder<T,B>>, Command.CommandActionPreview
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ColorSelectorCommand.BuildercolorSelectorBuilder()ColorSelectorPopupMenuContentModelgetColorSelectorPopupMenuContentModel()-
Methods inherited from class org.pushingpixels.flamingo.api.common.model.Command
addChangeListener, addPropertyChangeListener, builder, getAction, getActionPreview, getActionRichTooltip, getDisabledIconFactory, getExtraText, getIconFactory, getSecondaryContentModel, getSecondaryRichTooltip, getText, getToggleGroupModel, isActionEnabled, isSecondaryEnabled, isToggle, isToggleSelected, project, project, removeChangeListener, removePropertyChangeListener, setAction, setActionEnabled, setActionPreview, setActionRichTooltip, setDisabledIconFactory, setExtraText, setIconFactory, setSecondaryEnabled, setSecondaryRichTooltip, setText, setToggleSelected
-
-
-
-
Method Detail
-
colorSelectorBuilder
public static ColorSelectorCommand.Builder colorSelectorBuilder()
-
getColorSelectorPopupMenuContentModel
public ColorSelectorPopupMenuContentModel getColorSelectorPopupMenuContentModel()
-
-