Package | Description |
---|---|
org.w3c.dom.events | |
org.w3c.dom.views |
Modifier and Type | Method | Description |
---|---|---|
AbstractView |
UIEvent.getView() |
The
view attribute identifies the AbstractView
from which the event was generated. |
Modifier and Type | Method | Description |
---|---|---|
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. |
Modifier and Type | Method | Description |
---|---|---|
AbstractView |
DocumentView.getDefaultView() |
The default
AbstractView for this Document ,
or null if none available. |
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Ubuntu+0-9b151-2