|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PanelPaintDeviceListener
This interface can be implemented by classes whose instances are using a PanelPaintDevice and that are interested in the question which drawable component is currently visited by the user's mouse.
| Method Summary | |
|---|---|
void |
mouseClickedDrawable(Drawable drawable)
This method is called when the mouse clicked into the rectangle belonging to some drawable component. |
boolean |
mouseEnteredDrawable(Drawable drawable)
This method is called when the mouse entered a rectangle belonging to some drawable component. |
void |
mouseExitedDrawable(Drawable drawable)
This method is called when the mouse exited a rectangle belonging to some drawable component. |
| Method Detail |
|---|
boolean mouseEnteredDrawable(Drawable drawable)
drawable - the drawable component that has been entered by the mouse
void mouseExitedDrawable(Drawable drawable)
drawable - the drawable component that has been entered by the mousevoid mouseClickedDrawable(Drawable drawable)
drawable - the drawable component that has been clicked
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||