com.jgoodies.looks.plastic

Class PlasticToolBarUI

Known Direct Subclasses:
PlasticXPToolBarUI

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.

Version:
$Revision: 1.8 $
Author:
Karsten Lentzsch

Method Summary

protected Border
createRolloverBorder()
static ComponentUI
createUI(JComponent b)
protected void
installDefaults()
Installs a special border, if indicated by the HeaderStyle.
protected void
installListeners()
protected void
setBorderToRollover(Component c)
protected void
uninstallListeners()
void
update(Graphics g, JComponent c)

Method Details

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.