Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.xerox.VTM.engine.AppEventHandler

Uses of AppEventHandler in com.xerox.VTM.engine
 

Subclasses of AppEventHandler in com.xerox.VTM.engine
 class AppletEventHandler
          Abstract class that every VTM-based application should subclass - deals with events like mouse clicks, keyboard events, and entering/leaving a glyph - for every method, mod tells if a modifier key is pressed at the time of the event 0 = no key, 1 = shift, 2 = ctrl, 3 = ctrl+shift
 

Fields in com.xerox.VTM.engine declared as AppEventHandler
(package private)  AppEventHandler ViewPanel.evH
          send events to this class (application side)
 

Methods in com.xerox.VTM.engine with parameters of type AppEventHandler
(package private)  void ViewPanel.setEventHandler(AppEventHandler eh)
          set application class to which events should be sent
 void View.setEventHandler(AppEventHandler eh)
          set application class to which events are sent
(package private)  boolean VCursor.computeMouseOverList(AppEventHandler eh, Camera c)
          compute list of glyphs currently overlapped by the mouse