|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--picturedream.action.Controller4DetailInspector
Title: PictureDream
Description: Controller responsible for updating the inspectors data
Copyright: Copyright (c) 2003 MRoc
Organisation: MRoc Audiosolutions
| Field Summary | |
protected PictureDetailInspector |
ivInspector
the inspector where mouse and color info is displayed |
protected PictureView |
ivView
the view logging mouse |
| Constructor Summary | |
Controller4DetailInspector(PictureView view,
PictureDetailInspector inspector)
constructor |
|
| Method Summary | |
void |
mouseDragged(java.awt.event.MouseEvent e)
Invoked when a mouse button is pressed on a component and then dragged. |
void |
mouseMoved(java.awt.event.MouseEvent e)
Invoked when the mouse button has been moved on a component (with no buttons down). |
void |
onPictureChanged()
invoked when the picture changed |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
protected PictureView ivView
protected PictureDetailInspector ivInspector
| Constructor Detail |
public Controller4DetailInspector(PictureView view,
PictureDetailInspector inspector)
| Method Detail |
public void mouseDragged(java.awt.event.MouseEvent e)
mouseDragged in interface java.awt.event.MouseMotionListenerpublic void mouseMoved(java.awt.event.MouseEvent e)
mouseMoved in interface java.awt.event.MouseMotionListenerpublic void onPictureChanged()
onPictureChanged in interface IPictureListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||