GNU Classpath (0.95) | |
Frames | No Frames |
Methods with parameter type org.w3c.dom.views.AbstractView | |
void | MouseEvent.initMouseEvent(String typeArg, boolean canBubbleArg, boolean cancelableArg, AbstractView viewArg, int detailArg, int screenXArg, int screenYArg, int clientXArg, int clientYArg, boolean ctrlKeyArg, boolean altKeyArg, boolean shiftKeyArg, boolean metaKeyArg, short buttonArg, EventTarget relatedTargetArg) The initMouseEvent method is used to initialize the value
of a MouseEvent created through the
DocumentEvent interface. |
void | UIEvent.initUIEvent(String typeArg, boolean canBubbleArg, boolean cancelableArg, AbstractView viewArg, int detailArg) The initUIEvent method is used to initialize the value of
a UIEvent created through the DocumentEvent
interface. |
Methods with return type org.w3c.dom.views.AbstractView | |
AbstractView | The view attribute identifies the AbstractView
from which the event was generated.
|
Methods with return type org.w3c.dom.views.AbstractView | |
AbstractView | The default AbstractView for this Document ,
or null if none available.
|
GNU Classpath (0.95) |