Spec-Zone .ru
спецификации, руководства, описания, API
Please note that the specifications and other information contained herein are not final and are subject to change. The information is being made available to you solely for purpose of evaluation.

Java™ Platform
Standard Ed. 7

DRAFT ea-b118

Uses of Interface
org.w3c.dom.events.EventTarget

Packages that use EventTarget
Package Description
org.w3c.dom.events   
 

Uses of EventTarget in org.w3c.dom.events
 

Methods in org.w3c.dom.events that return EventTarget
Modifier and Type Method and Description
 EventTarget Event.getCurrentTarget()
          Used to indicate the EventTarget whose EventListeners are currently being processed.
 EventTarget MouseEvent.getRelatedTarget()
          Used to identify a secondary EventTarget related to a UI event.
 EventTarget Event.getTarget()
          Used to indicate the EventTarget to which the event was originally dispatched.
 

Methods in org.w3c.dom.events with parameters of type EventTarget
Modifier and Type Method and Description
 void MouseEvent.initMouseEvent(String typeArg, boolean canBubbleArg, boolean cancelableArg, org.w3c.dom.views.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.
 


Java™ Platform
Standard Ed. 7

DRAFT ea-b118

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, 2010, Oracle Corporation. All rights reserved.
DRAFT ea-b118

Scripting on this page tracks web page traffic, but does not change the content in any way.