Uses of Interface
org.w3c.dom.views.AbstractView
Packages that use AbstractView
包
描述
Provides interfaces for DOM Level 2 Style Specification.
Provides interfaces for DOM Level 2 Events.
Provides interfaces for DOM Level 2 Views.
-
Uses of AbstractView in org.w3c.dom.css
Subinterfaces of AbstractView in org.w3c.dom.css -
Uses of AbstractView in org.w3c.dom.events
Methods in org.w3c.dom.events that return AbstractView修饰符和类方法描述UIEvent.getView()Theviewattribute identifies theAbstractViewfrom which the event was generated.Methods in org.w3c.dom.events with parameters of type AbstractView修饰符和类方法描述voidMouseEvent.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) TheinitMouseEventmethod is used to initialize the value of aMouseEventcreated through theDocumentEventinterface.voidUIEvent.initUIEvent(String typeArg, boolean canBubbleArg, boolean cancelableArg, AbstractView viewArg, int detailArg) TheinitUIEventmethod is used to initialize the value of aUIEventcreated through theDocumentEventinterface. -
Uses of AbstractView in org.w3c.dom.views
Methods in org.w3c.dom.views that return AbstractView修饰符和类方法描述DocumentView.getDefaultView()The defaultAbstractViewfor thisDocument, ornullif none available.