|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ComponentMouseButtonListener
Component mouse button listener interface.
| Nested Class Summary | |
|---|---|
static class |
ComponentMouseButtonListener.Adapter
Component mouse button listener adapter. |
| Method Summary | |
|---|---|
boolean |
mouseClick(Component component,
Mouse.Button button,
int x,
int y,
int count)
Called when a mouse button is clicked over a component. |
boolean |
mouseDown(Component component,
Mouse.Button button,
int x,
int y)
Called when a mouse button is pressed over a component. |
boolean |
mouseUp(Component component,
Mouse.Button button,
int x,
int y)
Called when a mouse button is released over a component. |
| Method Detail |
|---|
boolean mouseDown(Component component,
Mouse.Button button,
int x,
int y)
component - button - x - y -
boolean mouseUp(Component component,
Mouse.Button button,
int x,
int y)
component - button - x - y -
boolean mouseClick(Component component,
Mouse.Button button,
int x,
int y,
int count)
component - button - x - y - count -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||