|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ComponentMouseListener
Component mouse listener interface. Component mouse events are "bubbling" and are fired as the event propagates up the component hierarchy.
| Nested Class Summary | |
|---|---|
static class |
ComponentMouseListener.Adapter
Component mouse button listener adapter. |
| Method Summary | |
|---|---|
boolean |
mouseMove(Component component,
int x,
int y)
Called when the mouse is moved over a component. |
void |
mouseOut(Component component)
Called when the mouse exits a component. |
void |
mouseOver(Component component)
Called when the mouse enters a component. |
| Method Detail |
|---|
boolean mouseMove(Component component,
int x,
int y)
component - x - y -
void mouseOver(Component component)
component - void mouseOut(Component component)
component -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||