Class ColorSelectorCommand
- java.lang.Object
-
- org.pushingpixels.radiance.component.api.common.model.BaseCommand<ColorSelectorPopupMenuContentModel>
-
- org.pushingpixels.radiance.component.api.common.model.ColorSelectorCommand
-
- All Implemented Interfaces:
ChangeAware
,ContentModel
,PropertyChangeAware
public class ColorSelectorCommand extends BaseCommand<ColorSelectorPopupMenuContentModel>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ColorSelectorCommand.Builder
-
Nested classes/interfaces inherited from class org.pushingpixels.radiance.component.api.common.model.BaseCommand
BaseCommand.BaseBuilder<T extends BaseCommand<MCM>,MCM extends BaseCommandMenuContentModel,B extends BaseCommand.BaseBuilder<T,MCM,B>>, BaseCommand.CommandActionPreview, BaseCommand.SecondaryLifecycle
-
-
Constructor Summary
Constructors Modifier Constructor Description private
ColorSelectorCommand()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ColorSelectorCommand.Builder
builder()
-
Methods inherited from class org.pushingpixels.radiance.component.api.common.model.BaseCommand
addChangeListener, addPropertyChangeListener, checkConsistency, getAction, getActionPreview, getActionRichTooltip, getExtraText, getIconFactory, getSecondaryContentModel, getSecondaryLifecycle, getSecondaryRichTooltip, getTag, getText, getToggleGroupModel, hasSecondaryContent, isActionEnabled, isSecondaryEnabled, isToggle, isToggleSelected, removeChangeListener, removePropertyChangeListener, setAction, setActionEnabled, setActionPreview, setActionRichTooltip, setExtraText, setIconFactory, setSecondaryEnabled, setSecondaryRichTooltip, setTag, setText, setToggleSelected
-
-
-
-
Method Detail
-
builder
public static ColorSelectorCommand.Builder builder()
-
-