com.jgoodies.looks.plastic
Class PlasticMenuBarUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.MenuBarUI
javax.swing.plaf.basic.BasicMenuBarUI
com.jgoodies.looks.plastic.PlasticMenuBarUI
public final class PlasticMenuBarUI
- extends BasicMenuBarUI
The JGoodies Plastic look and feel implemenation of MenuBarUI
.
Can handle optional Border
types as specified by the
BorderStyle
or HeaderStyle
client properties.
- Version:
- $Revision: 1.3 $
- Author:
- Karsten Lentzsch
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlasticMenuBarUI
public PlasticMenuBarUI()
createUI
public static ComponentUI createUI(JComponent b)
installDefaults
protected void installDefaults()
- Overrides:
installDefaults
in class BasicMenuBarUI
installListeners
protected void installListeners()
- Overrides:
installListeners
in class BasicMenuBarUI
uninstallListeners
protected void uninstallListeners()
- Overrides:
uninstallListeners
in class BasicMenuBarUI
installSpecialBorder
public void installSpecialBorder()
- Installs a special border, if either a look-dependent
BorderStyle
or a look-independent HeaderStyle
has been specified.
A look specific BorderStyle
shadows a HeaderStyle
.
We recommend to specify a HeaderStyle
.
update
public void update(Graphics g,
JComponent c)
- Overrides:
update
in class ComponentUI
Copyright © 2001-2007 JGoodies Karsten Lentzsch. All Rights Reserved.