| Package | Description |
|---|---|
| org.w3c.dom.css | |
| org.w3c.dom.events | |
| org.w3c.dom.views |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ViewCSS
This interface represents a CSS view.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractView |
UIEvent.getView()
The
view attribute identifies the
AbstractView from which the event was generated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MouseEvent.initMouseEvent(String
The
initMouseEvent method is used to initialize the value of a
MouseEvent created through the
DocumentEvent interface.
|
void |
UIEvent.initUIEvent(String
The
initUIEvent method is used to initialize the value of a
UIEvent created through the
DocumentEvent interface.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractView |
DocumentView.getDefaultView()
The default
AbstractView for this
Document, or
null if none available.
|