Package | Description |
---|---|
com.gargoylesoftware.htmlunit.javascript.host |
Implementations of the various JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
com.gargoylesoftware.htmlunit.javascript.host.arrays |
Implementations of the JavaScript host objects for Typed Arrays - users of HtmlUnit shouldn't
need anything in this package.
|
com.gargoylesoftware.htmlunit.javascript.host.css |
Implementations of the CSS JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
com.gargoylesoftware.htmlunit.javascript.host.dom |
Implementations of the DOM JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
com.gargoylesoftware.htmlunit.javascript.host.event |
Implementations of the JavaScript host objects for events - users of HtmlUnit shouldn't
need anything in this package.
|
com.gargoylesoftware.htmlunit.javascript.host.html |
Implementations of the HTML JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
com.gargoylesoftware.htmlunit.javascript.host.svg |
Implementations of the SVG JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
Modifier and Type | Field and Description |
---|---|
static int |
WebSocket.CLOSED
The connection has been closed or could not be opened.
|
static int |
WebSocket.CLOSING
The connection is going through the closing handshake.
|
static int |
WebSocket.CONNECTING
The connection has not yet been established.
|
static int |
WebSocket.OPEN
The WebSocket connection is established and communication is possible.
|
static String |
Notification.permission
In fact not a constant...
|
static short |
Window.PERSISTENT
To be documented.
|
static short |
Window.TEMPORARY
To be documented.
|
Modifier and Type | Field and Description |
---|---|
static int |
Uint32Array.BYTES_PER_ELEMENT
The size, in bytes, of each array element.
|
static int |
Uint16Array.BYTES_PER_ELEMENT
The size, in bytes, of each array element.
|
static int |
Uint8ClampedArray.BYTES_PER_ELEMENT
The size, in bytes, of each array element.
|
static int |
Int16Array.BYTES_PER_ELEMENT
The size, in bytes, of each array element.
|
static int |
Uint8Array.BYTES_PER_ELEMENT
The size, in bytes, of each array element.
|
static int |
Int32Array.BYTES_PER_ELEMENT
The size, in bytes, of each array element.
|
static int |
Float32Array.BYTES_PER_ELEMENT
The size, in bytes, of each array element.
|
static int |
Float64Array.BYTES_PER_ELEMENT
The size, in bytes, of each array element.
|
static int |
Int8Array.BYTES_PER_ELEMENT
The size, in bytes, of each array element.
|
Modifier and Type | Field and Description |
---|---|
static short |
CSSPrimitiveValue.CSS_ATTR
The value is a attribute function.
|
static short |
CSSPrimitiveValue.CSS_CM
The value is a length (cm).
|
static short |
CSSPrimitiveValue.CSS_COUNTER
The value is a counter or counters function.
|
static short |
CSSValue.CSS_CUSTOM
The value is a custom value.
|
static short |
CSSPrimitiveValue.CSS_DEG
The value is an angle (deg).
|
static short |
CSSPrimitiveValue.CSS_DIMENSION
The value is a number with an unknown dimension.
|
static short |
CSSPrimitiveValue.CSS_EMS
The value is a length (ems).
|
static short |
CSSPrimitiveValue.CSS_EXS
The value is a length (exs).
|
static short |
CSSPrimitiveValue.CSS_GRAD
The value is an angle (grad).
|
static short |
CSSPrimitiveValue.CSS_HZ
The value is a frequency (Hz).
|
static short |
CSSPrimitiveValue.CSS_IDENT
The value is an identifier.
|
static short |
CSSPrimitiveValue.CSS_IN
The value is a length (in).
|
static short |
CSSValue.CSS_INHERIT
The value is inherited and the
cssText contains "inherit". |
static short |
CSSPrimitiveValue.CSS_KHZ
The value is a frequency (kHz).
|
static short |
CSSPrimitiveValue.CSS_MM
The value is a length (mm).
|
static short |
CSSPrimitiveValue.CSS_MS
The value is a time (ms).
|
static short |
CSSPrimitiveValue.CSS_NUMBER
The value is a simple number.
|
static short |
CSSPrimitiveValue.CSS_PC
The value is a length (pc).
|
static short |
CSSPrimitiveValue.CSS_PERCENTAGE
The value is a percentage.
|
static short |
CSSValue.CSS_PRIMITIVE_VALUE
The value is a primitive value and an instance of the
CSSPrimitiveValue interface can be obtained by using
binding-specific casting methods on this instance of the
CSSValue interface. |
static short |
CSSPrimitiveValue.CSS_PT
The value is a length (pt).
|
static short |
CSSPrimitiveValue.CSS_PX
The value is a length (px).
|
static short |
CSSPrimitiveValue.CSS_RAD
The value is an angle (rad).
|
static short |
CSSPrimitiveValue.CSS_RECT
The value is a rect function.
|
static short |
CSSPrimitiveValue.CSS_RGBCOLOR
The value is a RGB color.
|
static short |
CSSPrimitiveValue.CSS_S
The value is a time (s).
|
static short |
CSSPrimitiveValue.CSS_STRING
The value is a STRING.
|
static short |
CSSPrimitiveValue.CSS_UNKNOWN
The value is not a recognized CSS2 value.
|
static short |
CSSPrimitiveValue.CSS_URI
The value is a URI.
|
static short |
CSSValue.CSS_VALUE_LIST
The value is a
CSSValue list and an instance of the
CSSValueList interface can be obtained by using
binding-specific casting methods on this instance of the
CSSValue interface. |
Modifier and Type | Field and Description |
---|---|
static int |
XPathResult.ANY_TYPE
This code does not represent a specific type.
|
static int |
XPathResult.ANY_UNORDERED_NODE_TYPE
The result is a node set and will be accessed as a single node, which may be null if the node set is empty.
|
static short |
Node.ATTRIBUTE_NODE |
static int |
XPathResult.BOOLEAN_TYPE
The result is a boolean.
|
static short |
Node.CDATA_SECTION_NODE |
static short |
Node.COMMENT_NODE |
static short |
Node.DOCUMENT_FRAGMENT_NODE |
static short |
Node.DOCUMENT_NODE |
static short |
Node.DOCUMENT_POSITION_CONTAINED_BY |
static short |
Node.DOCUMENT_POSITION_CONTAINS |
static short |
Node.DOCUMENT_POSITION_DISCONNECTED |
static short |
Node.DOCUMENT_POSITION_FOLLOWING |
static short |
Node.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC |
static short |
Node.DOCUMENT_POSITION_PRECEDING |
static short |
Node.DOCUMENT_TYPE_NODE |
static short |
DOMException.DOMSTRING_SIZE_ERR
If the specified range of text does not fit into a DOMString.
|
static short |
Node.ELEMENT_NODE |
static short |
Range.END_TO_END
Comparison mode for compareBoundaryPoints.
|
static short |
Range.END_TO_START
Comparison mode for compareBoundaryPoints.
|
static short |
Node.ENTITY_NODE |
static short |
Node.ENTITY_REFERENCE_NODE |
static short |
NodeFilter.FILTER_ACCEPT
Accept the node.
|
static short |
NodeFilter.FILTER_REJECT
Reject the node.
|
static short |
NodeFilter.FILTER_SKIP
Skip the node.
|
static int |
XPathResult.FIRST_ORDERED_NODE_TYPE
The result is a node set and will be accessed as a single node, which may be null if the node set is empty.
|
static short |
DOMException.HIERARCHY_REQUEST_ERR
If any node is inserted somewhere it doesn't belong.
|
static short |
DOMException.INDEX_SIZE_ERR
If index or size is negative, or greater than the allowed value.
|
static short |
DOMException.INUSE_ATTRIBUTE_ERR
If an attempt is made to add an attribute that is already in use elsewhere.
|
static short |
DOMException.INVALID_ACCESS_ERR
If a parameter or an operation is not supported by the underlying object.
|
static short |
DOMException.INVALID_CHARACTER_ERR
If an invalid or illegal character is specified, such as in a name.
|
static short |
DOMException.INVALID_MODIFICATION_ERR
If an attempt is made to modify the type of the underlying object.
|
static short |
DOMException.INVALID_STATE_ERR
If an attempt is made to use an object that is not, or is no longer, usable.
|
static short |
DOMException.NAMESPACE_ERR
If an attempt is made to create or change an object in a way which is incorrect with regard to namespaces.
|
static short |
DOMException.NO_DATA_ALLOWED_ERR
If data is specified for a node which does not support data.
|
static short |
DOMException.NO_MODIFICATION_ALLOWED_ERR
If an attempt is made to modify an object where modifications are not allowed.
|
static short |
DOMException.NOT_FOUND_ERR
If an attempt is made to reference a node in a context where it does not exist.
|
static short |
DOMException.NOT_SUPPORTED_ERR
If the implementation does not support the requested type of object or operation.
|
static short |
Node.NOTATION_NODE |
static int |
XPathResult.NUMBER_TYPE
The result is a number.
|
static int |
XPathResult.ORDERED_NODE_ITERATOR_TYPE
The result is a node set that will be accessed iteratively, which will produce document-ordered nodes.
|
static int |
XPathResult.ORDERED_NODE_SNAPSHOT_TYPE
The result is a node set that will be accessed as a snapshot list of nodes
that will be in original document order.
|
static short |
Node.PROCESSING_INSTRUCTION_NODE |
static long |
NodeFilter.SHOW_ALL
Show all nodes.
|
static int |
NodeFilter.SHOW_ATTRIBUTE
Show Attr nodes.
|
static int |
NodeFilter.SHOW_CDATA_SECTION
Show CDATASection nodes.
|
static int |
NodeFilter.SHOW_COMMENT
Show Comment nodes.
|
static int |
NodeFilter.SHOW_DOCUMENT
Show Document nodes.
|
static int |
NodeFilter.SHOW_DOCUMENT_FRAGMENT
Show DocumentFragment nodes.
|
static int |
NodeFilter.SHOW_DOCUMENT_TYPE
Show DocumentType nodes.
|
static int |
NodeFilter.SHOW_ELEMENT
Show Element nodes.
|
static int |
NodeFilter.SHOW_ENTITY
Show Entity nodes.
|
static int |
NodeFilter.SHOW_ENTITY_REFERENCE
Show EntityReference nodes.
|
static int |
NodeFilter.SHOW_NOTATION
Show Notation nodes.
|
static int |
NodeFilter.SHOW_PROCESSING_INSTRUCTION
Show ProcessingInstruction nodes.
|
static int |
NodeFilter.SHOW_TEXT
Show Text nodes.
|
static short |
Range.START_TO_END
Comparison mode for compareBoundaryPoints.
|
static short |
Range.START_TO_START
Comparison mode for compareBoundaryPoints.
|
static int |
XPathResult.STRING_TYPE
The result is a string.
|
static short |
DOMException.SYNTAX_ERR
If an invalid or illegal string is specified.
|
static short |
Node.TEXT_NODE |
static int |
XPathResult.UNORDERED_NODE_ITERATOR_TYPE
The result is a node set that will be accessed iteratively, which may not produce nodes in a particular order.
|
static int |
XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE
The result is a node set that will be accessed as a snapshot list of nodes
that may not be in a particular order.
|
static short |
DOMException.WRONG_DOCUMENT_ERR
If a node is used in a different document than the one that created it (that doesn't support it).
|
Modifier and Type | Field and Description |
---|---|
static int |
Event.ABORT
Constant.
|
static int |
Event.ALT_MASK
Constant.
|
static short |
Event.AT_TARGET
The second event phase: at the event target.
|
static int |
Event.BACK
Constant.
|
static int |
Event.BLUR
Constant.
|
static short |
Event.BUBBLING_PHASE
The third (and final) event phase: the bubbling phase.
|
static short |
Event.CAPTURING_PHASE
The first event phase: the capturing phase.
|
static int |
Event.CHANGE
Constant.
|
static int |
Event.CLICK
Constant.
|
static int |
Event.CONTROL_MASK
Constant.
|
static int |
Event.DBLCLICK
Constant.
|
static int |
KeyboardEvent.DOM_VK_0
Constant for DOM_VK_0.
|
static int |
KeyboardEvent.DOM_VK_1
Constant for DOM_VK_1.
|
static int |
KeyboardEvent.DOM_VK_2
Constant for DOM_VK_2.
|
static int |
KeyboardEvent.DOM_VK_3
Constant for DOM_VK_3.
|
static int |
KeyboardEvent.DOM_VK_4
Constant for DOM_VK_4.
|
static int |
KeyboardEvent.DOM_VK_5
Constant for DOM_VK_5.
|
static int |
KeyboardEvent.DOM_VK_6
Constant for DOM_VK_6.
|
static int |
KeyboardEvent.DOM_VK_7
Constant for DOM_VK_7.
|
static int |
KeyboardEvent.DOM_VK_8
Constant for DOM_VK_8.
|
static int |
KeyboardEvent.DOM_VK_9
Constant for DOM_VK_9.
|
static int |
KeyboardEvent.DOM_VK_A
Constant for DOM_VK_A.
|
static int |
KeyboardEvent.DOM_VK_ADD
Constant for DOM_VK_ADD.
|
static int |
KeyboardEvent.DOM_VK_ALT
Constant for DOM_VK_ALT.
|
static int |
KeyboardEvent.DOM_VK_B
Constant for DOM_VK_B.
|
static int |
KeyboardEvent.DOM_VK_BACK_QUOTE
Constant for DOM_VK_BACK_QUOTE.
|
static int |
KeyboardEvent.DOM_VK_BACK_SLASH
Constant for DOM_VK_BACK_SLASH.
|
static int |
KeyboardEvent.DOM_VK_BACK_SPACE
Constant for DOM_VK_BACK_SPACE.
|
static int |
KeyboardEvent.DOM_VK_C
Constant for DOM_VK_C.
|
static int |
KeyboardEvent.DOM_VK_CANCEL
Constant for DOM_VK_CANCEL.
|
static int |
KeyboardEvent.DOM_VK_CAPS_LOCK
Constant for DOM_VK_CAPS_LOCK.
|
static int |
KeyboardEvent.DOM_VK_CLEAR
Constant for DOM_VK_CLEAR.
|
static int |
KeyboardEvent.DOM_VK_CLOSE_BRACKET
Constant for DOM_VK_CLOSE_BRACKET.
|
static int |
KeyboardEvent.DOM_VK_COMMA
Constant for DOM_VK_COMMA.
|
static int |
KeyboardEvent.DOM_VK_CONTEXT_MENU
Constant for DOM_VK_CONTEXT_MENU.
|
static int |
KeyboardEvent.DOM_VK_CONTROL
Constant for DOM_VK_CONTROL.
|
static int |
KeyboardEvent.DOM_VK_D
Constant for DOM_VK_D.
|
static int |
KeyboardEvent.DOM_VK_DECIMAL
Constant for DOM_VK_DECIMAL.
|
static int |
KeyboardEvent.DOM_VK_DELETE
Constant for DOM_VK_DELETE.
|
static int |
KeyboardEvent.DOM_VK_DIVIDE
Constant for DOM_VK_DIVIDE.
|
static int |
KeyboardEvent.DOM_VK_DOWN
Constant for DOM_VK_DOWN.
|
static int |
KeyboardEvent.DOM_VK_E
Constant for DOM_VK_E.
|
static int |
KeyboardEvent.DOM_VK_END
Constant for DOM_VK_END.
|
static int |
KeyboardEvent.DOM_VK_ENTER
Constant for DOM_VK_ENTER.
|
static int |
KeyboardEvent.DOM_VK_EQUALS
Constant for DOM_VK_EQUALS.
|
static int |
KeyboardEvent.DOM_VK_ESCAPE
Constant for DOM_VK_ESCAPE.
|
static int |
KeyboardEvent.DOM_VK_F
Constant for DOM_VK_F.
|
static int |
KeyboardEvent.DOM_VK_F1
Constant for DOM_VK_F1.
|
static int |
KeyboardEvent.DOM_VK_F10
Constant for DOM_VK_F10.
|
static int |
KeyboardEvent.DOM_VK_F11
Constant for DOM_VK_F11.
|
static int |
KeyboardEvent.DOM_VK_F12
Constant for DOM_VK_F12.
|
static int |
KeyboardEvent.DOM_VK_F13
Constant for DOM_VK_F13.
|
static int |
KeyboardEvent.DOM_VK_F14
Constant for DOM_VK_F14.
|
static int |
KeyboardEvent.DOM_VK_F15
Constant for DOM_VK_F15.
|
static int |
KeyboardEvent.DOM_VK_F16
Constant for DOM_VK_F16.
|
static int |
KeyboardEvent.DOM_VK_F17
Constant for DOM_VK_F17.
|
static int |
KeyboardEvent.DOM_VK_F18
Constant for DOM_VK_F18.
|
static int |
KeyboardEvent.DOM_VK_F19
Constant for DOM_VK_F19.
|
static int |
KeyboardEvent.DOM_VK_F2
Constant for DOM_VK_F2.
|
static int |
KeyboardEvent.DOM_VK_F20
Constant for DOM_VK_F20.
|
static int |
KeyboardEvent.DOM_VK_F21
Constant for DOM_VK_F21.
|
static int |
KeyboardEvent.DOM_VK_F22
Constant for DOM_VK_F22.
|
static int |
KeyboardEvent.DOM_VK_F23
Constant for DOM_VK_F23.
|
static int |
KeyboardEvent.DOM_VK_F24
Constant for DOM_VK_F24.
|
static int |
KeyboardEvent.DOM_VK_F3
Constant for DOM_VK_F3.
|
static int |
KeyboardEvent.DOM_VK_F4
Constant for DOM_VK_F4.
|
static int |
KeyboardEvent.DOM_VK_F5
Constant for DOM_VK_F5.
|
static int |
KeyboardEvent.DOM_VK_F6
Constant for DOM_VK_F6.
|
static int |
KeyboardEvent.DOM_VK_F7
Constant for DOM_VK_F7.
|
static int |
KeyboardEvent.DOM_VK_F8
Constant for DOM_VK_F8.
|
static int |
KeyboardEvent.DOM_VK_F9
Constant for DOM_VK_F9.
|
static int |
KeyboardEvent.DOM_VK_G
Constant for DOM_VK_G.
|
static int |
KeyboardEvent.DOM_VK_H
Constant for DOM_VK_H.
|
static int |
KeyboardEvent.DOM_VK_HELP
Constant for DOM_VK_HELP.
|
static int |
KeyboardEvent.DOM_VK_HOME
Constant for DOM_VK_HOME.
|
static int |
KeyboardEvent.DOM_VK_I
Constant for DOM_VK_I.
|
static int |
KeyboardEvent.DOM_VK_INSERT
Constant for DOM_VK_INSERT.
|
static int |
KeyboardEvent.DOM_VK_J
Constant for DOM_VK_J.
|
static int |
KeyboardEvent.DOM_VK_K
Constant for DOM_VK_K.
|
static int |
KeyboardEvent.DOM_VK_L
Constant for DOM_VK_L.
|
static int |
KeyboardEvent.DOM_VK_LEFT
Constant for DOM_VK_LEFT.
|
static int |
KeyboardEvent.DOM_VK_M
Constant for DOM_VK_M.
|
static int |
KeyboardEvent.DOM_VK_META
Constant for DOM_VK_META.
|
static int |
KeyboardEvent.DOM_VK_MULTIPLY
Constant for DOM_VK_MULTIPLY.
|
static int |
KeyboardEvent.DOM_VK_N
Constant for DOM_VK_N.
|
static int |
KeyboardEvent.DOM_VK_NUM_LOCK
Constant for DOM_VK_NUM_LOCK.
|
static int |
KeyboardEvent.DOM_VK_NUMPAD0
Constant for DOM_VK_NUMPAD0.
|
static int |
KeyboardEvent.DOM_VK_NUMPAD1
Constant for DOM_VK_NUMPAD1.
|
static int |
KeyboardEvent.DOM_VK_NUMPAD2
Constant for DOM_VK_NUMPAD2.
|
static int |
KeyboardEvent.DOM_VK_NUMPAD3
Constant for DOM_VK_NUMPAD3.
|
static int |
KeyboardEvent.DOM_VK_NUMPAD4
Constant for DOM_VK_NUMPAD4.
|
static int |
KeyboardEvent.DOM_VK_NUMPAD5
Constant for DOM_VK_NUMPAD5.
|
static int |
KeyboardEvent.DOM_VK_NUMPAD6
Constant for DOM_VK_NUMPAD6.
|
static int |
KeyboardEvent.DOM_VK_NUMPAD7
Constant for DOM_VK_NUMPAD7.
|
static int |
KeyboardEvent.DOM_VK_NUMPAD8
Constant for DOM_VK_NUMPAD8.
|
static int |
KeyboardEvent.DOM_VK_NUMPAD9
Constant for DOM_VK_NUMPAD9.
|
static int |
KeyboardEvent.DOM_VK_O
Constant for DOM_VK_O.
|
static int |
KeyboardEvent.DOM_VK_OPEN_BRACKET
Constant for DOM_VK_OPEN_BRACKET.
|
static int |
KeyboardEvent.DOM_VK_P
Constant for DOM_VK_P.
|
static int |
KeyboardEvent.DOM_VK_PAGE_DOWN
Constant for DOM_VK_PAGE_DOWN.
|
static int |
KeyboardEvent.DOM_VK_PAGE_UP
Constant for DOM_VK_PAGE_UP.
|
static int |
KeyboardEvent.DOM_VK_PAUSE
Constant for DOM_VK_PAUSE.
|
static int |
KeyboardEvent.DOM_VK_PERIOD
Constant for DOM_VK_PERIOD.
|
static int |
KeyboardEvent.DOM_VK_PRINTSCREEN
Constant for DOM_VK_PRINTSCREEN.
|
static int |
KeyboardEvent.DOM_VK_Q
Constant for DOM_VK_Q.
|
static int |
KeyboardEvent.DOM_VK_QUOTE
Constant for DOM_VK_QUOTE.
|
static int |
KeyboardEvent.DOM_VK_R
Constant for DOM_VK_R.
|
static int |
KeyboardEvent.DOM_VK_RETURN
Constant for DOM_VK_RETURN.
|
static int |
KeyboardEvent.DOM_VK_RIGHT
Constant for DOM_VK_RIGHT.
|
static int |
KeyboardEvent.DOM_VK_S
Constant for DOM_VK_S.
|
static int |
KeyboardEvent.DOM_VK_SCROLL_LOCK
Constant for DOM_VK_SCROLL_LOCK.
|
static int |
KeyboardEvent.DOM_VK_SEMICOLON
Constant for DOM_VK_SEMICOLON.
|
static int |
KeyboardEvent.DOM_VK_SEPARATOR
Constant for DOM_VK_SEPARATOR.
|
static int |
KeyboardEvent.DOM_VK_SHIFT
Constant for DOM_VK_SHIFT.
|
static int |
KeyboardEvent.DOM_VK_SLASH
Constant for DOM_VK_SLASH.
|
static int |
KeyboardEvent.DOM_VK_SPACE
Constant for DOM_VK_SPACE.
|
static int |
KeyboardEvent.DOM_VK_SUBTRACT
Constant for DOM_VK_SUBTRACT.
|
static int |
KeyboardEvent.DOM_VK_T
Constant for DOM_VK_T.
|
static int |
KeyboardEvent.DOM_VK_TAB
Constant for DOM_VK_TAB.
|
static int |
KeyboardEvent.DOM_VK_U
Constant for DOM_VK_U.
|
static int |
KeyboardEvent.DOM_VK_UP
Constant for DOM_VK_UP.
|
static int |
KeyboardEvent.DOM_VK_V
Constant for DOM_VK_V.
|
static int |
KeyboardEvent.DOM_VK_W
Constant for DOM_VK_W.
|
static int |
KeyboardEvent.DOM_VK_X
Constant for DOM_VK_X.
|
static int |
KeyboardEvent.DOM_VK_Y
Constant for DOM_VK_Y.
|
static int |
KeyboardEvent.DOM_VK_Z
Constant for DOM_VK_Z.
|
static int |
Event.DRAGDROP
Constant.
|
static int |
Event.ERROR
Constant.
|
static int |
Event.FOCUS
Constant.
|
static int |
Event.FORWARD
Constant.
|
static int |
Event.HELP
Constant.
|
static int |
Event.KEYDOWN
Constant.
|
static int |
Event.KEYPRESS
Constant.
|
static int |
Event.KEYUP
Constant.
|
static int |
Event.LOAD
Constant.
|
static int |
Event.LOCATE
Constant.
|
static int |
Event.META_MASK
Constant.
|
static int |
Event.MOUSEDOWN
Constant.
|
static int |
Event.MOUSEDRAG
Constant.
|
static int |
Event.MOUSEMOVE
Constant.
|
static int |
Event.MOUSEOUT
Constant.
|
static int |
Event.MOUSEOVER
Constant.
|
static int |
Event.MOUSEUP
Constant.
|
static int |
Event.MOVE
Constant.
|
static short |
Event.NONE
No event phase.
|
static int |
Event.RESET
Constant.
|
static int |
Event.RESIZE
Constant.
|
static int |
Event.SCROLL
Constant.
|
static int |
Event.SELECT
Constant.
|
static int |
Event.SHIFT_MASK
Constant.
|
static int |
Event.SUBMIT
Constant.
|
static int |
Event.TEXT
Constant.
|
static int |
Event.UNLOAD
Constant.
|
static int |
Event.XFER_DONE
Constant.
|
Modifier and Type | Field and Description |
---|---|
static int |
HTMLTrackElement.ERROR
Constant.
|
static short |
HTMLMediaElement.HAVE_CURRENT_DATA
Data is available for the current playback position, but not enough to actually play more than one frame.
|
static short |
HTMLMediaElement.HAVE_ENOUGH_DATA
Enough data is available—and the download rate is high enough—that the media
can be played through to the end without interruption.
|
static short |
HTMLMediaElement.HAVE_FUTURE_DATA
Data for the current playback position as well as for at least a little bit of time
into the future is available (in other words, at least two frames of video, for example).
|
static short |
HTMLMediaElement.HAVE_METADATA
Enough of the media resource has been retrieved that the metadata attributes are initialized.
|
static short |
HTMLMediaElement.HAVE_NOTHING
No information is available about the media resource.
|
static int |
HTMLTrackElement.LOADED
Constant.
|
static int |
HTMLTrackElement.LOADING
Constant.
|
static short |
HTMLMediaElement.NETWORK_EMPTY
There is no data yet.
|
static short |
HTMLMediaElement.NETWORK_IDLE
Network is idle.
|
static short |
HTMLMediaElement.NETWORK_LOADING
The media is loading.
|
static short |
HTMLMediaElement.NETWORK_NO_SOURCE
There is no source.
|
static int |
HTMLTrackElement.NONE
Constant.
|
Modifier and Type | Field and Description |
---|---|
static short |
SVGAngle.SVG_ANGLETYPE_DEG
Degree unit type.
|
static short |
SVGAngle.SVG_ANGLETYPE_GRAD
Grad unit type.
|
static short |
SVGAngle.SVG_ANGLETYPE_RAD
Radian unit type.
|
static short |
SVGAngle.SVG_ANGLETYPE_UNKNOWN
Invalid unit type.
|
static short |
SVGAngle.SVG_ANGLETYPE_UNSPECIFIED
Unspecified unit type.
|
Copyright © 2002–2015 Gargoyle Software Inc.. All rights reserved.