Save This Page
Home » openjdk-7 » javax » swing » plaf » metal » [javadoc | source]
javax.swing.plaf.metal
public class: MetalMenuBarUI [javadoc | source]
java.lang.Object
   javax.swing.plaf.ComponentUI
      javax.swing.plaf.MenuBarUI
         javax.swing.plaf.basic.BasicMenuBarUI
            javax.swing.plaf.metal.MetalMenuBarUI
Metal implementation of MenuBarUI. This class is responsible for providing the metal look and feel for JMenuBars.
Fields inherited from javax.swing.plaf.basic.BasicMenuBarUI:
menuBar,  containerListener,  changeListener
Method from javax.swing.plaf.metal.MetalMenuBarUI Summary:
createUI,   installUI,   uninstallUI,   update
Methods from javax.swing.plaf.basic.BasicMenuBarUI:
createChangeListener,   createContainerListener,   createUI,   getInputMap,   getMaximumSize,   getMinimumSize,   installDefaults,   installKeyboardActions,   installListeners,   installUI,   loadActionMap,   uninstallDefaults,   uninstallKeyboardActions,   uninstallListeners,   uninstallUI
Methods from javax.swing.plaf.ComponentUI:
contains,   createUI,   getAccessibleChild,   getAccessibleChildrenCount,   getBaseline,   getBaselineResizeBehavior,   getMaximumSize,   getMinimumSize,   getPreferredSize,   installUI,   paint,   uninstallUI,   update
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.swing.plaf.metal.MetalMenuBarUI Detail:
 public static ComponentUI createUI(JComponent x) 
    Creates the ComponentUI implementation for the passed in component.
 public  void installUI(JComponent c) 
    Configures the specified component appropriate for the metal look and feel.
 public  void uninstallUI(JComponent c) 
    Reverses configuration which was done on the specified component during installUI.
 public  void update(Graphics g,
    JComponent c) 
    If necessary paints the background of the component, then invokes paint.