com.jgoodies.looks.windows
Class WindowsMenuBarUI

java.lang.Object
  extended byjavax.swing.plaf.ComponentUI
      extended byjavax.swing.plaf.MenuBarUI
          extended byjavax.swing.plaf.basic.BasicMenuBarUI
              extended bycom.sun.java.swing.plaf.windows.WindowsMenuBarUI
                  extended bycom.jgoodies.looks.windows.WindowsMenuBarUI

public final class WindowsMenuBarUI
extends com.sun.java.swing.plaf.windows.WindowsMenuBarUI

The JGoodies Windows look and feel implemenation of MenuBarUI.

Can handle optional Border types as specified by the BorderStyle or HeaderStyle client properties.

Version:
$Revision: 1.2 $
Author:
Karsten Lentzsch

Field Summary
 
Fields inherited from class javax.swing.plaf.basic.BasicMenuBarUI
changeListener, containerListener, menuBar
 
Constructor Summary
WindowsMenuBarUI()
           
 
Method Summary
static ComponentUI createUI(JComponent b)
           
protected  void installDefaults()
           
protected  void installListeners()
           
protected  void uninstallListeners()
           
 
Methods inherited from class com.sun.java.swing.plaf.windows.WindowsMenuBarUI
installKeyboardActions
 
Methods inherited from class javax.swing.plaf.basic.BasicMenuBarUI
createChangeListener, createContainerListener, getMaximumSize, getMinimumSize, getPreferredSize, installUI, uninstallDefaults, uninstallKeyboardActions, uninstallUI
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, paint, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindowsMenuBarUI

public WindowsMenuBarUI()
Method Detail

createUI

public static ComponentUI createUI(JComponent b)

installDefaults

protected void installDefaults()

installListeners

protected void installListeners()

uninstallListeners

protected void uninstallListeners()


Copyright © 2001-2005 JGoodies Karsten Lentzsch. All Rights Reserved.