com.jgoodies.looks.plastic
Class PlasticToolBarUI
MetalToolBarUI
com.jgoodies.looks.plastic.PlasticToolBarUI
public class PlasticToolBarUI
extends MetalToolBarUI
The JGoodies Plastic look and feel implementation of
ToolBarUI
.
Corrects the rollover borders and can handle optional
Border
types,
as specified by the
BorderStyle
or
HeaderStyle
client properties.
createRolloverBorder
protected Border createRolloverBorder()
createUI
public static ComponentUI createUI(JComponent b)
installDefaults
protected void installDefaults()
Installs a special border, if indicated by the HeaderStyle
.
installListeners
protected void installListeners()
setBorderToRollover
protected void setBorderToRollover(Component c)
uninstallListeners
protected void uninstallListeners()
update
public void update(Graphics g,
JComponent c)
Copyright © 2001-2008 JGoodies Karsten Lentzsch. All Rights Reserved.