Uses of Class
textbender.o.rhinohide.events.RhiEvent

Packages that use RhiEvent
textbender.o.rhinohide.events   
 

Uses of RhiEvent in textbender.o.rhinohide.events
 

Subclasses of RhiEvent in textbender.o.rhinohide.events
(package private)  class RhiKeyEvent
          A key event implemented as an overlay of a JavaScript key event.
(package private)  class RhiMouseEvent
          A mouse event implemented as an overlay of a JavaScript mouse event.
(package private)  class RhiUIEvent
          A UI event implemented as an overlay of a JavaScript UI event.
 

Methods in textbender.o.rhinohide.events that return RhiEvent
static RhiEvent RhiEvent.wrapEvent(RhiWindow window, netscape.javascript.JSObject jsObject, boolean isAsync)
          Creates a RhiEvent.
static RhiEvent RhiEvent.wrapEvent(RhiWindow window, netscape.javascript.JSObject jsObject, boolean isAsync, String type)
          Creates a RhiEvent of a specified event type.