| 软件包 | 描述 |
|---|---|
| org.w3c.dom.events | |
| org.w3c.dom.views |
| Modifier and Type | Method and Description |
|---|---|
AbstractView |
UIEvent.getView()
的
view属性标识
AbstractView生成此事件。
|
| Modifier and Type | Method and 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)
的
initMouseEvent方法是用来初始化一个
MouseEvent通过
DocumentEvent界面创造价值。
|
void |
UIEvent.initUIEvent(String typeArg, boolean canBubbleArg, boolean cancelableArg, AbstractView viewArg, int detailArg)
的
initUIEvent方法是用来初始化一个
UIEvent通过
DocumentEvent界面创造价值。
|
| Modifier and Type | Method and Description |
|---|---|
AbstractView |
DocumentView.getDefaultView()
这
Document默认
AbstractView,或
null如果没有可用的。
|
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, 2014, Oracle and/or its affiliates. All rights reserved.