public class RibbonApplicationMenuCommandButtonProjection extends CommandButtonProjection<Command>
Projection.ComponentCustomizer<TC extends javax.swing.JComponent>, Projection.ComponentSupplier<TC extends javax.swing.JComponent,CC extends ContentModel,PC extends PresentationModel>| Modifier and Type | Field | Description |
|---|---|---|
static CommandButtonPresentationState |
RIBBON_APP_MENU_SECONDARY_LEVEL |
| Constructor | Description |
|---|---|
RibbonApplicationMenuCommandButtonProjection(Command command,
CommandButtonPresentationModel commandPresentation) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Map<Command,CommandButtonPresentationState> |
getSecondaryLevelCommandPresentationState() |
|
RibbonApplicationMenuCommandButtonProjection |
reproject(CommandButtonPresentationModel newCommandPresentation) |
|
void |
setSecondaryLevelCommandPresentationState(java.util.Map<Command,CommandButtonPresentationState> secondaryLevelCommandPresentationState) |
getCommandOverlays, getContentModel, getPresentationModel, setCommandOverlaysconfigureComponent, getPopupMenuCustomizer, getPopupMenuSupplier, setPopupMenuCustomizer, setPopupMenuSupplierclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildComponent, getCommandComponentCustomizers, getCommandComponentSuppliers, getComponentCustomizer, getComponentSupplier, setCommandComponentCustomizers, setCommandComponentSuppliers, setComponentCustomizer, setComponentSupplierpublic static final CommandButtonPresentationState RIBBON_APP_MENU_SECONDARY_LEVEL
public RibbonApplicationMenuCommandButtonProjection(Command command, CommandButtonPresentationModel commandPresentation)
public void setSecondaryLevelCommandPresentationState(java.util.Map<Command,CommandButtonPresentationState> secondaryLevelCommandPresentationState)
public java.util.Map<Command,CommandButtonPresentationState> getSecondaryLevelCommandPresentationState()
public RibbonApplicationMenuCommandButtonProjection reproject(CommandButtonPresentationModel newCommandPresentation)
reproject in class CommandButtonProjection<Command>