Class RibbonApplicationMenuCommand
- java.lang.Object
-
- org.pushingpixels.radiance.component.api.common.model.BaseCommand<RibbonApplicationMenu>
-
- org.pushingpixels.radiance.component.api.ribbon.model.RibbonApplicationMenuCommand
-
- All Implemented Interfaces:
ChangeAware
,ContentModel
,PropertyChangeAware
public class RibbonApplicationMenuCommand extends BaseCommand<RibbonApplicationMenu>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RibbonApplicationMenuCommand.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
RibbonApplicationMenuCommand()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RibbonApplicationMenuCommand.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 RibbonApplicationMenuCommand.Builder builder()
-
-