|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.plaf.basic.BasicButtonListener
org.bounce.plaf.BounceButtonListener
class BounceButtonListener
| Constructor Summary | |
|---|---|
BounceButtonListener(javax.swing.AbstractButton b)
Constructs a button listener for the button supplied. |
|
| Method Summary | |
|---|---|
void |
focusGained(java.awt.event.FocusEvent e)
Activated when focus gained. |
void |
mousePressed(java.awt.event.MouseEvent e)
Overrides the method in the Basic button listener, to enable the double click when needed. |
| Methods inherited from class javax.swing.plaf.basic.BasicButtonListener |
|---|
checkOpacity, focusLost, installKeyboardActions, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mouseReleased, propertyChange, stateChanged, uninstallKeyboardActions |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BounceButtonListener(javax.swing.AbstractButton b)
b - the button component.| Method Detail |
|---|
public void mousePressed(java.awt.event.MouseEvent e)
mousePressed in interface java.awt.event.MouseListenermousePressed in class javax.swing.plaf.basic.BasicButtonListenere - the mouse event.public void focusGained(java.awt.event.FocusEvent e)
focusGained in interface java.awt.event.FocusListenerfocusGained in class javax.swing.plaf.basic.BasicButtonListenere - the focus gained event.
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||