com.jgoodies.looks.plastic

Class PlasticXPToolBarUI


public final class PlasticXPToolBarUI
extends PlasticToolBarUI

The JGoodies PlasticXP Look and Feel implementation of ToolBarUI. It differs from its superclass in that it uses rollover borders with rounded corners.
Version:
$Revision: 1.4 $
Author:
Andrej Golovnin

Method Summary

protected Border
createRolloverBorder()
static ComponentUI
createUI(JComponent b)

Methods inherited from class com.jgoodies.looks.plastic.PlasticToolBarUI

createRolloverBorder, createUI, installDefaults, installListeners, setBorderToRollover, uninstallListeners, update

Method Details

createRolloverBorder

protected Border createRolloverBorder()
Overrides:
createRolloverBorder in interface PlasticToolBarUI

createUI

public static ComponentUI createUI(JComponent b)
Overrides:
createUI in interface PlasticToolBarUI

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