Class RibbonApplicationMenuCommandButtonProjection
- 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<Command>
-
- org.pushingpixels.flamingo.api.ribbon.projection.RibbonApplicationMenuCommandButtonProjection
-
public class RibbonApplicationMenuCommandButtonProjection extends CommandButtonProjection<Command>
-
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description static CommandButtonPresentationStateRIBBON_APP_MENU_SECONDARY_LEVEL
-
Constructor Summary
Constructors Constructor Description RibbonApplicationMenuCommandButtonProjection(Command command, CommandButtonPresentationModel commandPresentation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<Command,CommandButtonPresentationState>getSecondaryLevelCommandPresentationState()RibbonApplicationMenuCommandButtonProjectionreproject(CommandButtonPresentationModel newCommandPresentation)voidsetSecondaryLevelCommandPresentationState(java.util.Map<Command,CommandButtonPresentationState> secondaryLevelCommandPresentationState)-
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, 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
-
-
-
-
Field Detail
-
RIBBON_APP_MENU_SECONDARY_LEVEL
public static final CommandButtonPresentationState RIBBON_APP_MENU_SECONDARY_LEVEL
-
-
Constructor Detail
-
RibbonApplicationMenuCommandButtonProjection
public RibbonApplicationMenuCommandButtonProjection(Command command, CommandButtonPresentationModel commandPresentation)
-
-
Method Detail
-
setSecondaryLevelCommandPresentationState
public void setSecondaryLevelCommandPresentationState(java.util.Map<Command,CommandButtonPresentationState> secondaryLevelCommandPresentationState)
-
getSecondaryLevelCommandPresentationState
public java.util.Map<Command,CommandButtonPresentationState> getSecondaryLevelCommandPresentationState()
-
reproject
public RibbonApplicationMenuCommandButtonProjection reproject(CommandButtonPresentationModel newCommandPresentation)
- Overrides:
reprojectin classCommandButtonProjection<Command>
-
-