com.jgoodies.looks.plastic
Class PlasticToggleButtonUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.ButtonUI
javax.swing.plaf.basic.BasicButtonUI
javax.swing.plaf.basic.BasicToggleButtonUI
javax.swing.plaf.metal.MetalToggleButtonUI
com.jgoodies.looks.plastic.PlasticToggleButtonUI
public class PlasticToggleButtonUI
- extends MetalToggleButtonUI
The JGoodies Plastic L&F implementation of ToggleButtonUI
.
It differs from its superclass in that it can add a pseudo 3D effect,
and that the border can paint the focus.
- Version:
- $Revision: 1.3 $
- Author:
- Karsten Lentzsch
Methods inherited from class javax.swing.plaf.basic.BasicButtonUI |
clearTextShiftOffset, createButtonListener, getDefaultTextIconGap, getMaximumSize, getMinimumSize, getPreferredSize, installKeyboardActions, installListeners, installUI, paintIcon, paintText, setTextShiftOffset, uninstallKeyboardActions, uninstallListeners, uninstallUI |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HTML_KEY
protected static final String HTML_KEY
- See Also:
- Constant Field Values
PlasticToggleButtonUI
public PlasticToggleButtonUI()
createUI
public static ComponentUI createUI(JComponent b)
installDefaults
public void installDefaults(AbstractButton b)
- In addition to the superclass we check if the border paints the focus.
- Overrides:
installDefaults
in class MetalToggleButtonUI
update
public void update(Graphics g,
JComponent c)
- Overrides:
update
in class MetalToggleButtonUI
paintFocus
protected void paintFocus(Graphics g,
AbstractButton b,
Rectangle viewRect,
Rectangle textRect,
Rectangle iconRect)
- Paints the focus close to the button's border.
- Overrides:
paintFocus
in class MetalToggleButtonUI
paint
public void paint(Graphics g,
JComponent c)
- Unlike the BasicToggleButtonUI.paint, we don't fill the content area;
this has been done by the update method before.
- Overrides:
paint
in class BasicToggleButtonUI
isToolBarButton
protected boolean isToolBarButton(AbstractButton b)
- Checks and answers if this is button is in a tool bar.
- Parameters:
b
- the button to check
- Returns:
- true if in tool bar, false otherwise
is3D
protected boolean is3D(AbstractButton b)
- Checks and answers if this button shall use a pseudo 3D effect.
- Parameters:
b
- the button to check
- Returns:
- true indicates a 3D effect, false flat
Copyright © 2001-2006 JGoodies Karsten Lentzsch. All Rights Reserved.