|
UC Berkeley Group for User Interface Research Updated November 17, 2000 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--edu.berkeley.guir.lib.satin.interpreter.InterpreterImpl
|
+--edu.berkeley.guir.brainstorm.interpreter.LinkInterpreter
| Inner classes inherited from class edu.berkeley.guir.lib.satin.SatinConstants |
SatinConstants.ObjectPoolAffineTransform, SatinConstants.ObjectPoolPoint2D, SatinConstants.ObjectPoolPolygon2D, SatinConstants.ObjectPoolRectangle2D, SatinConstants.ObjectPoolStringBuffer, SatinConstants.UniqueAffineTransform, SatinConstants.UniquePoint2D, SatinConstants.UniquePolygon2D, SatinConstants.UniqueRectangle2D |
| Constructor Summary | |
LinkInterpreter()
|
|
| Method Summary | |
Object |
clone()
Since not overriding clone() can cause many errors with copying-and-pasting, I'm forcing you to do it. |
void |
handleNewStroke(NewStrokeEvent evt)
By default, does nothing. |
void |
handleSingleStroke(SingleStrokeEvent evt)
By default, does nothing. |
| Methods inherited from class edu.berkeley.guir.lib.satin.interpreter.InterpreterImpl |
clone, getAttachedGraphicalObject, getName, handleUpdateStroke, isConsumedAccepted, isEnabled, isEventAccepted, isEventAccepted, isLeftButtonAccepted, isMiddleButtonAccepted, isRightButtonAccepted, setAcceptConsumed, setAcceptLeftButton, setAcceptMiddleButton, setAcceptRightButton, setAttachedGraphicalObject, setEnabled, setName, toString |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public LinkInterpreter()
| Method Detail |
public void handleNewStroke(NewStrokeEvent evt)
InterpreterImplhandleNewStroke in class InterpreterImpledu.berkeley.guir.lib.satin.event.StrokeListenerevt - is the event to handle.public void handleSingleStroke(SingleStrokeEvent evt)
InterpreterImplhandleSingleStroke in class InterpreterImpledu.berkeley.guir.lib.satin.event.StrokeListenerStrokeListener.handleNewStroke(NewStrokeEvent).public Object clone()
InterpreterImplclone in class InterpreterImpl
|
Copyright Information | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||