com.jgoodies.looks.plastic

Class 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.

Version: $Revision: 1.6 $

Author: Karsten Lentzsch

Method Summary
protected BordercreateRolloverBorder()
static ComponentUIcreateUI(JComponent b)
protected voidinstallDefaults()
Installs a special border, if indicated by the HeaderStyle.
protected voidinstallListeners()
protected voidsetBorderToRollover(Component c)
protected voiduninstallListeners()
voidupdate(Graphics g, JComponent c)

Method Detail

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-2007 JGoodies Karsten Lentzsch. All Rights Reserved.