| javax.swing.plaf.metal.MetalButtonUI com.jgoodies.looks.plastic.PlasticButtonUI
PlasticButtonUI | public class PlasticButtonUI extends MetalButtonUI (Code) | | The JGoodies Plastic L&F implementation of ButtonUI .
It differs from the superclass MetalButtonUI in that
it can add a pseudo 3D effect and that the border can paint the focus.
author: Karsten Lentzsch version: $Revision: 1.4 $ |
is3D | protected boolean is3D(AbstractButton b)(Code) | | Checks and answers if this button shall use a pseudo 3D effect.
Parameters: b - the button to check true indicates a 3D effect, false flat |
isToolBarButton | protected boolean isToolBarButton(AbstractButton b)(Code) | | Checks and answers if this is button is in a tool bar.
Parameters: b - the button to check true if in tool bar, false otherwise |
|
|