|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--edu.mit.sketch.ui.TabletDebugger
Acronyms: sdr -> StrokeDataReader, sd -> StrokeData This class listens to events happening in the Tablet and supplies debugging info as needed.
| Constructor Summary | |
TabletDebugger(Tablet tablet)
The constructor. |
|
| Method Summary | |
void |
actionPerformed(ActionEvent e)
Handle action events |
void |
keyPressed(KeyEvent k)
Handle key stroke events |
void |
keyReleased(KeyEvent k)
Handle key stroke events |
void |
keyTyped(KeyEvent ke)
Handle key stroke events |
void |
mouseDragged(MouseEvent e)
Handle mouse events |
void |
mouseMoved(MouseEvent e)
Handle mouse events |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TabletDebugger(Tablet tablet)
| Method Detail |
public void actionPerformed(ActionEvent e)
actionPerformed in interface ActionListenerpublic void mouseDragged(MouseEvent e)
mouseDragged in interface MouseMotionListenerpublic void mouseMoved(MouseEvent e)
mouseMoved in interface MouseMotionListenerpublic void keyPressed(KeyEvent k)
keyPressed in interface KeyListenerpublic void keyReleased(KeyEvent k)
keyReleased in interface KeyListenerpublic void keyTyped(KeyEvent ke)
keyTyped in interface KeyListener
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||