Class RibbonApplicationMenuPanelPanelProjection
- java.lang.Object
-
- org.pushingpixels.radiance.component.api.common.projection.BlackboxProjection<C,P>
-
- org.pushingpixels.radiance.component.api.common.projection.BaseProjection<T,C,P>
-
- org.pushingpixels.radiance.component.api.common.projection.Projection<M,C,P>
-
- org.pushingpixels.radiance.component.api.common.projection.AbstractPopupMenuPanelProjection<JRibbonApplicationMenuPopupPanel,RibbonApplicationMenu,CommandPopupMenuPresentationModel>
-
- org.pushingpixels.radiance.component.internal.ui.ribbon.appmenu.RibbonApplicationMenuPanelPanelProjection
-
public class RibbonApplicationMenuPanelPanelProjection extends AbstractPopupMenuPanelProjection<JRibbonApplicationMenuPopupPanel,RibbonApplicationMenu,CommandPopupMenuPresentationModel>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.pushingpixels.radiance.component.api.common.projection.Projection
Projection.ComponentSupplier<TC extends javax.swing.JComponent,CC extends ContentModel,PC extends PresentationModel>
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Map<Command,CommandButtonPresentationState>
secondaryLevelCommandPresentationState
-
Constructor Summary
Constructors Constructor Description RibbonApplicationMenuPanelPanelProjection(RibbonApplicationMenu contentModel, CommandPopupMenuPresentationModel presentationModel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<Command,CommandButtonPresentationState>
getSecondaryLevelCommandPresentationState()
void
setSecondaryLevelCommandPresentationState(java.util.Map<Command,CommandButtonPresentationState> secondaryLevelCommandPresentationState)
-
Methods inherited from class org.pushingpixels.radiance.component.api.common.projection.Projection
buildBaseComponent, getComponentSupplier, setComponentSupplier
-
Methods inherited from class org.pushingpixels.radiance.component.api.common.projection.BaseProjection
buildComponent, configureComponent
-
Methods inherited from class org.pushingpixels.radiance.component.api.common.projection.BlackboxProjection
getCommandOverlays, getContentModel, getPresentationModel, setCommandOverlays
-
-
-
-
Field Detail
-
secondaryLevelCommandPresentationState
private java.util.Map<Command,CommandButtonPresentationState> secondaryLevelCommandPresentationState
-
-
Constructor Detail
-
RibbonApplicationMenuPanelPanelProjection
public RibbonApplicationMenuPanelPanelProjection(RibbonApplicationMenu contentModel, CommandPopupMenuPresentationModel presentationModel)
-
-
Method Detail
-
setSecondaryLevelCommandPresentationState
public void setSecondaryLevelCommandPresentationState(java.util.Map<Command,CommandButtonPresentationState> secondaryLevelCommandPresentationState)
-
getSecondaryLevelCommandPresentationState
public java.util.Map<Command,CommandButtonPresentationState> getSecondaryLevelCommandPresentationState()
-
-