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 BasicPopupPanelUI
BasicPopupPanelUI.PopupPanelEscapeDismisser, BasicPopupPanelUI.WindowTracker -
Field Summary
Fields inherited from class BasicRibbonApplicationMenuPopupPanelUI
applicationMenuPopupPanel, mainPanel, panelLevel2, panelScrollerLevel2Fields inherited from class BasicPopupPanelUI
popupPanel -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ComponentUIprotected voidInstalls components on the associated command popup menu.voidupdate(Graphics g, JComponent c) Methods inherited from class BasicRibbonApplicationMenuPopupPanelUI
focusDown, focusRight, focusUp, getFooterPanel, getPanelLevel1, getPanelLevel2, getPathToSequence, installListeners, installUI, uninstallComponents, uninstallDefaults, uninstallListeners, uninstallUIMethods inherited from class BasicPopupPanelUI
focusFirst, focusLast, focusLeft, initiliazeGlobalListeners, installDefaultsMethods inherited from class 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:BasicPopupPanelUIInstalls components on the associated command popup menu.- Overrides:
installComponentsin classBasicRibbonApplicationMenuPopupPanelUI
-
update
- Overrides:
updatein classComponentUI
-