Package Summary  Overview Summary

class:MetalMenuBarUI [NONE]


  • public class MetalMenuBarUI
    extends BasicMenuBarUI
    
    Metal implementation of MenuBarUI. This class is responsible for providing the metal look and feel for JMenuBars.
    Since:
    1.5
    See Also:
    MenuBarUI

constructor:<init>() [NONE]

  • MetalMenuBarUI

    public MetalMenuBarUI()

method:createUI(javax.swing.JComponent) [NONE]

  • createUI

    public static ComponentUI createUI​(JComponent x)
    Creates the ComponentUI implementation for the passed in component.
    Parameters:
    x - JComponent to create the ComponentUI implementation for
    Returns:
    ComponentUI implementation for x
    Throws:
    NullPointerException - if x is null

method:installUI(javax.swing.JComponent) [NONE]

method:uninstallUI(javax.swing.JComponent) [NONE]

method:update(java.awt.Graphics,javax.swing.JComponent) [NONE]

© 2018 Oracle Corporation and/or its affiliates