|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.event.MouseAdapter
com.izforge.izpack.gui.HighlightJButton.MouseHandler
The mouse handler which makes the highlighting.
Constructor Summary | |
private |
HighlightJButton.MouseHandler()
|
Method Summary | |
void |
mouseEntered(java.awt.event.MouseEvent e)
When the mouse passes over the button. |
void |
mouseExited(java.awt.event.MouseEvent e)
When the mouse passes out of the button. |
Methods inherited from class java.awt.event.MouseAdapter |
mouseClicked, mousePressed, mouseReleased |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
private HighlightJButton.MouseHandler()
Method Detail |
public void mouseEntered(java.awt.event.MouseEvent e)
e
- The event.public void mouseExited(java.awt.event.MouseEvent e)
e
- The event.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |