Class ActiveBasicButtonListener

java.lang.Object
javax.swing.plaf.basic.BasicButtonListener
com.jgoodies.looks.plastic.ActiveBasicButtonListener
All Implemented Interfaces:
FocusListener, MouseListener, MouseMotionListener, PropertyChangeListener, EventListener, ChangeListener

final class ActiveBasicButtonListener extends BasicButtonListener
Unlike its superclass this class sets the armed state when the mouse is over the button, where the 1.4 superclass sets the armed state only if the button is pressed.
Version:
$Revision: 1.8 $