Uses of Interface
org.w3c.dom.views.AbstractView
-
Packages that use AbstractView Package Description org.w3c.dom.events org.w3c.dom.views -
-
Uses of AbstractView in org.w3c.dom.events
Methods in org.w3c.dom.events that return AbstractView Modifier and Type Method and Description AbstractView
UIEvent. getView()
Theview
attribute identifies theAbstractView
from which the event was generated.Methods in org.w3c.dom.events with parameters of type 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)
TheinitMouseEvent
method is used to initialize the value of aMouseEvent
created through theDocumentEvent
interface.void
UIEvent. initUIEvent(String typeArg, boolean canBubbleArg, boolean cancelableArg, AbstractView viewArg, int detailArg)
TheinitUIEvent
method is used to initialize the value of aUIEvent
created through theDocumentEvent
interface. -
Uses of AbstractView in org.w3c.dom.views
Methods in org.w3c.dom.views that return AbstractView Modifier and Type Method and Description AbstractView
DocumentView. getDefaultView()
The defaultAbstractView
for thisDocument
, ornull
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, 2022, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.