com.jgoodies.looks.plastic
Class PlasticToolBarUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.ToolBarUI
javax.swing.plaf.basic.BasicToolBarUI
javax.swing.plaf.metal.MetalToolBarUI
com.jgoodies.looks.plastic.PlasticToolBarUI
- All Implemented Interfaces:
- SwingConstants
- Direct Known 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.6 $
- Author:
- Karsten Lentzsch
Fields inherited from class javax.swing.plaf.basic.BasicToolBarUI |
constraintBeforeFloating, dockingBorderColor, dockingColor, dockingListener, downKey, dragWindow, floatingBorderColor, floatingColor, focusedCompIndex, leftKey, propertyListener, rightKey, toolBar, toolBarContListener, toolBarFocusListener, upKey |
Fields inherited from interface javax.swing.SwingConstants |
BOTTOM, CENTER, EAST, HORIZONTAL, LEADING, LEFT, NEXT, NORTH, NORTH_EAST, NORTH_WEST, PREVIOUS, RIGHT, SOUTH, SOUTH_EAST, SOUTH_WEST, TOP, TRAILING, VERTICAL, WEST |
Methods inherited from class javax.swing.plaf.basic.BasicToolBarUI |
canDock, createDragWindow, createFloatingFrame, createFloatingWindow, createFrameListener, createPropertyListener, createToolBarContListener, createToolBarFocusListener, dragTo, floatAt, getDockingColor, getFloatingColor, getNonRolloverBorder, getRolloverBorder, installComponents, installKeyboardActions, installNonRolloverBorders, installNormalBorders, installRolloverBorders, isFloating, isRolloverBorders, navigateFocusedComp, paintDragWindow, setBorderToNormal, setDockingColor, setFloating, setFloatingColor, setFloatingLocation, setOrientation, setRolloverBorders, uninstallComponents, uninstallDefaults, uninstallKeyboardActions |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlasticToolBarUI
public PlasticToolBarUI()
createUI
public static ComponentUI createUI(JComponent b)
createRolloverBorder
protected Border createRolloverBorder()
- Overrides:
createRolloverBorder
in class MetalToolBarUI
setBorderToRollover
protected void setBorderToRollover(Component c)
- Overrides:
setBorderToRollover
in class BasicToolBarUI
installDefaults
protected void installDefaults()
- Installs a special border, if indicated by the
HeaderStyle
.
- Overrides:
installDefaults
in class BasicToolBarUI
installListeners
protected void installListeners()
- Overrides:
installListeners
in class MetalToolBarUI
uninstallListeners
protected void uninstallListeners()
- Overrides:
uninstallListeners
in class MetalToolBarUI
update
public void update(Graphics g,
JComponent c)
- Overrides:
update
in class MetalToolBarUI
Copyright © 2001-2007 JGoodies Karsten Lentzsch. All Rights Reserved.