Class RadianceRibbonApplicationMenuPopupPanelUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.PanelUI
org.pushingpixels.radiance.component.internal.ui.common.popup.PopupPanelUI
org.pushingpixels.radiance.component.internal.ui.common.popup.BasicPopupPanelUI
org.pushingpixels.radiance.component.internal.ui.ribbon.appmenu.BasicRibbonApplicationMenuPopupPanelUI
org.pushingpixels.radiance.component.internal.theming.ribbon.ui.RadianceRibbonApplicationMenuPopupPanelUI
public class RadianceRibbonApplicationMenuPopupPanelUI
extends BasicRibbonApplicationMenuPopupPanelUI
UI for
JRibbonApplicationMenuPopupPanel
components in
Radiance look and feel.-
Nested Class Summary
Nested classes/interfaces inherited from class org.pushingpixels.radiance.component.internal.ui.common.popup.BasicPopupPanelUI
BasicPopupPanelUI.PopupPanelEscapeDismisser, BasicPopupPanelUI.WindowTracker
-
Field Summary
Fields inherited from class org.pushingpixels.radiance.component.internal.ui.ribbon.appmenu.BasicRibbonApplicationMenuPopupPanelUI
applicationMenuPopupPanel, mainPanel, panelLevel2, panelScrollerLevel2
Fields inherited from class org.pushingpixels.radiance.component.internal.ui.common.popup.BasicPopupPanelUI
popupPanel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ComponentUI
protected void
Installs components on the associated command popup menu.void
update
(Graphics g, JComponent c) Methods inherited from class org.pushingpixels.radiance.component.internal.ui.ribbon.appmenu.BasicRibbonApplicationMenuPopupPanelUI
focusDown, focusRight, focusUp, getFooterPanel, getPanelLevel1, getPanelLevel2, getPathToSequence, installListeners, installUI, uninstallComponents, uninstallDefaults, uninstallListeners, uninstallUI
Methods inherited from class org.pushingpixels.radiance.component.internal.ui.common.popup.BasicPopupPanelUI
focusFirst, focusLast, focusLeft, initiliazeGlobalListeners, installDefaults
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, paint
-
Constructor Details
-
RadianceRibbonApplicationMenuPopupPanelUI
private RadianceRibbonApplicationMenuPopupPanelUI()
-
-
Method Details
-
createUI
-
installComponents
protected void installComponents()Description copied from class:BasicPopupPanelUI
Installs components on the associated command popup menu.- Overrides:
installComponents
in classBasicRibbonApplicationMenuPopupPanelUI
-
update
- Overrides:
update
in classComponentUI
-