| Package | Description | 
|---|---|
| org.w3c.dom.css | |
| org.w3c.dom.events | |
| org.w3c.dom.views | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ViewCSSThis interface represents a CSS view. | 
| Modifier and Type | Method and Description | 
|---|---|
| AbstractView | UIEvent. getView()The  viewattribute identifies theAbstractViewfrom which the event was generated. | 
| 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)The  initMouseEventmethod is used to initialize the value
 of aMouseEventcreated through theDocumentEventinterface. | 
| void | UIEvent. initUIEvent(String typeArg,
           boolean canBubbleArg,
           boolean cancelableArg,
           AbstractView viewArg,
           int detailArg)The  initUIEventmethod is used to initialize the value of
 aUIEventcreated through theDocumentEventinterface. | 
| Modifier and Type | Method and Description | 
|---|---|
| AbstractView | DocumentView. getDefaultView()The default  AbstractViewfor thisDocument,
 ornullif none available. | 
 Submit a bug or feature
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
 Copyright © 2005, 2025, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.