A B C D E G H I K L M O P R S T U W 

A

addEventListener(String, EventListener, boolean) - Method in interface org.w3c.dom.events.EventTarget
This method allows the registration of an event listener in the default group and, depending on the useCapture parameter, on the capture phase of the DOM event flow or its target and bubbling phases.
addEventListenerNS(String, String, EventListener, boolean, Object) - Method in interface org.w3c.dom.events.EventTarget
This method allows the registration of an event listener in a specified group or the default group and, depending on the useCapture parameter, on the capture phase of the DOM event flow or its target and bubbling phases.
ADDITION - Static variable in interface org.w3c.dom.events.MutationEvent
The Attr was just added.
assign(String) - Method in interface org.apache.batik.w3c.dom.Location
Invocation of this method causes the user agent to navigate to the supplied location.
AT_TARGET - Static variable in interface org.w3c.dom.events.Event
The current event is in the target phase, i.e.

B

BUBBLING_PHASE - Static variable in interface org.w3c.dom.events.Event
The current event phase is the bubbling phase.

C

canDispatch(String, String) - Method in interface org.w3c.dom.events.DocumentEvent
Test if the implementation can generate events of a specified type.
CAPTURING_PHASE - Static variable in interface org.w3c.dom.events.Event
The current event phase is the capture phase.
code - Variable in exception org.w3c.dom.events.EventException
 
createEvent(String) - Method in interface org.w3c.dom.events.DocumentEvent
 
CustomEvent - Interface in org.apache.batik.w3c.dom.events
The CustomEvent interface is the recommended interface for application-specific event types.

D

DISPATCH_REQUEST_ERR - Static variable in exception org.w3c.dom.events.EventException
If the Event object is already dispatched in the tree.
dispatchEvent(Event) - Method in interface org.w3c.dom.events.EventTarget
This method allows the dispatch of events into the implementation's event model.
DocumentEvent - Interface in org.w3c.dom.events
The DocumentEvent interface provides a mechanism by which the user can create an Event object of a type supported by the implementation.
DOM_KEY_LOCATION_LEFT - Static variable in interface org.apache.batik.w3c.dom.events.KeyboardEvent
The key activated is in the left key location (there is more than one possible location for this key).
DOM_KEY_LOCATION_NUMPAD - Static variable in interface org.apache.batik.w3c.dom.events.KeyboardEvent
The key activation originated on the numeric keypad or with a virtual key corresponding to the numeric keypad.
DOM_KEY_LOCATION_RIGHT - Static variable in interface org.apache.batik.w3c.dom.events.KeyboardEvent
The key activation is in the right key location (there is more than one possible location for this key).
DOM_KEY_LOCATION_STANDARD - Static variable in interface org.apache.batik.w3c.dom.events.KeyboardEvent
The key activation is not distinguished as the left or right version of the key, and did not originate from the numeric keypad (or did not originate with a virtual key corresponding to the numeric keypad).

E

ElementTraversal - Interface in org.apache.batik.w3c.dom
 
Event - Interface in org.w3c.dom.events
The Event interface is used to provide contextual information about an event to the listener processing the event.
EventException - Exception in org.w3c.dom.events
Event operations may throw an EventException as specified in their method descriptions.
EventException(short, String) - Constructor for exception org.w3c.dom.events.EventException
 
EventListener - Interface in org.w3c.dom.events
The EventListener interface is the primary way for handling events.
EventTarget - Interface in org.w3c.dom.events
The EventTarget interface is implemented by all the objects which could be event targets in an implementation which supports the .

G

getAltKey() - Method in interface org.apache.batik.w3c.dom.events.KeyboardEvent
true if the alternative (Alt) key modifier is activated.
getAltKey() - Method in interface org.w3c.dom.events.MouseEvent
true if the alt (alternative) key modifier is activated.
getAttrChange() - Method in interface org.w3c.dom.events.MutationEvent
attrChange indicates the type of change which triggered the DOMAttrModified event.
getAttrName() - Method in interface org.w3c.dom.events.MutationEvent
attrName indicates the name of the changed Attr node in a DOMAttrModified event.
getBubbles() - Method in interface org.w3c.dom.events.Event
Used to indicate whether or not an event is a bubbling event.
getButton() - Method in interface org.w3c.dom.events.MouseEvent
During mouse events caused by the depression or release of a mouse button, button is used to indicate which mouse button changed state.
getCancelable() - Method in interface org.w3c.dom.events.Event
Used to indicate whether or not an event can have its default action prevented (see also ).
getChildElementCount() - Method in interface org.apache.batik.w3c.dom.ElementTraversal
 
getClientX() - Method in interface org.w3c.dom.events.MouseEvent
The horizontal coordinate at which the event occurred relative to the DOM implementation's client area.
getClientY() - Method in interface org.w3c.dom.events.MouseEvent
The vertical coordinate at which the event occurred relative to the DOM implementation's client area.
getCtrlKey() - Method in interface org.apache.batik.w3c.dom.events.KeyboardEvent
true if the control (Ctrl) key modifier is activated.
getCtrlKey() - Method in interface org.w3c.dom.events.MouseEvent
true if the control (Ctrl) key modifier is activated.
getCurrentTarget() - Method in interface org.w3c.dom.events.Event
Used to indicate the EventTarget whose EventListeners are currently being processed.
getData() - Method in interface org.apache.batik.w3c.dom.events.TextEvent
data holds the value of the characters generated by the character device.
getDefaultPrevented() - Method in interface org.w3c.dom.events.Event
Used to indicate whether Event.preventDefault() has been called for this event.
getDetail() - Method in interface org.apache.batik.w3c.dom.events.CustomEvent
Specifies some detail information about the Event.
getDetail() - Method in interface org.w3c.dom.events.UIEvent
Specifies some detail information about the Event, depending on the type of event.
getEventPhase() - Method in interface org.w3c.dom.events.Event
Used to indicate which phase of event flow is currently being accomplished.
getFirstElementChild() - Method in interface org.apache.batik.w3c.dom.ElementTraversal
 
getKeyIdentifier() - Method in interface org.apache.batik.w3c.dom.events.KeyboardEvent
keyIdentifier holds the identifier of the key.
getKeyLocation() - Method in interface org.apache.batik.w3c.dom.events.KeyboardEvent
The keyLocation attribute contains an indication of the location of they key on the device, as described in .
getLastElementChild() - Method in interface org.apache.batik.w3c.dom.ElementTraversal
 
getLocation() - Method in interface org.apache.batik.w3c.dom.Window
 
getMetaKey() - Method in interface org.apache.batik.w3c.dom.events.KeyboardEvent
true if the meta (Meta) key modifier is activated.
getMetaKey() - Method in interface org.w3c.dom.events.MouseEvent
true if the meta (Meta) key modifier is activated.
getModifierState(String) - Method in interface org.apache.batik.w3c.dom.events.KeyboardEvent
This methods queries the state of a modifier using a key identifier.
getModifierState(String) - Method in interface org.w3c.dom.events.MouseEvent
This methods queries the state of a modifier using a key identifier.
getNamespaceURI() - Method in interface org.w3c.dom.events.Event
The namespace URI associated with this event at creation time, or null if it is unspecified.
getNewValue() - Method in interface org.w3c.dom.events.MutationEvent
newValue indicates the new value of the Attr node in DOMAttrModified events, and of the CharacterData node in DOMCharacterDataModified events.
getNextElementSibling() - Method in interface org.apache.batik.w3c.dom.ElementTraversal
 
getParent() - Method in interface org.apache.batik.w3c.dom.Window
 
getPreviousElementSibling() - Method in interface org.apache.batik.w3c.dom.ElementTraversal
 
getPrevNamespaceURI() - Method in interface org.apache.batik.w3c.dom.events.MutationNameEvent
The previous value of the relatedNode's namespaceURI.
getPrevNodeName() - Method in interface org.apache.batik.w3c.dom.events.MutationNameEvent
The previous value of the relatedNode's nodeName.
getPrevValue() - Method in interface org.w3c.dom.events.MutationEvent
prevValue indicates the previous value of the Attr node in DOMAttrModified events, and of the CharacterData node in DOMCharacterDataModified events.
getRelatedNode() - Method in interface org.w3c.dom.events.MutationEvent
relatedNode is used to identify a secondary node related to a mutation event.
getRelatedTarget() - Method in interface org.w3c.dom.events.MouseEvent
Used to identify a secondary EventTarget related to a UI event, depending on the type of event.
getScreenX() - Method in interface org.w3c.dom.events.MouseEvent
The horizontal coordinate at which the event occurred relative to the origin of the screen coordinate system.
getScreenY() - Method in interface org.w3c.dom.events.MouseEvent
The vertical coordinate at which the event occurred relative to the origin of the screen coordinate system.
getShiftKey() - Method in interface org.apache.batik.w3c.dom.events.KeyboardEvent
true if the shift (Shift) key modifier is activated.
getShiftKey() - Method in interface org.w3c.dom.events.MouseEvent
true if the shift (Shift) key modifier is activated.
getTarget() - Method in interface org.w3c.dom.events.Event
Used to indicate the event target.
getTimeStamp() - Method in interface org.w3c.dom.events.Event
Used to specify the time at which the event was created in milliseconds relative to 1970-01-01T00:00:00Z.
getType() - Method in interface org.w3c.dom.events.Event
The local name of the event type.
getView() - Method in interface org.w3c.dom.events.UIEvent
The view attribute identifies the AbstractView from which the event was generated.

H

handleEvent(Event) - Method in interface org.w3c.dom.events.EventListener
This method is called whenever an event occurs of the event type for which the EventListener interface was registered.

I

initCustomEventNS(String, String, boolean, boolean, Object) - Method in interface org.apache.batik.w3c.dom.events.CustomEvent
The initCustomEventNS method is used to initialize the value of a CustomEvent object and has the same behavior as Event.initEventNS().
initEvent(String, boolean, boolean) - Method in interface org.w3c.dom.events.Event
The initEvent method is used to initialize the value of an Event created through the DocumentEvent.createEvent method.
initEventNS(String, String, boolean, boolean) - Method in interface org.w3c.dom.events.Event
The initEventNS method is used to initialize the value of an Event object and has the same behavior as Event.initEvent().
initKeyboardEvent(String, boolean, boolean, AbstractView, String, int, String) - Method in interface org.apache.batik.w3c.dom.events.KeyboardEvent
The initKeyboardEvent method is used to initialize the value of a KeyboardEvent object and has the same behavior as UIEvent.initUIEvent().
initKeyboardEventNS(String, String, boolean, boolean, AbstractView, String, int, String) - Method in interface org.apache.batik.w3c.dom.events.KeyboardEvent
The initKeyboardEventNS method is used to initialize the value of a KeyboardEvent object and has the same behavior as UIEvent.initUIEventNS().
initMouseEvent(String, boolean, boolean, AbstractView, int, int, int, int, int, boolean, boolean, boolean, boolean, short, EventTarget) - Method in interface org.w3c.dom.events.MouseEvent
The initMouseEvent method is used to initialize the value of a MouseEvent object and has the same behavior as UIEvent.initUIEvent().
initMouseEventNS(String, String, boolean, boolean, AbstractView, int, int, int, int, int, short, EventTarget, String) - Method in interface org.w3c.dom.events.MouseEvent
The initMouseEventNS method is used to initialize the value of a MouseEvent object and has the same behavior as UIEvent.initUIEventNS().
initMutationEvent(String, boolean, boolean, Node, String, String, String, short) - Method in interface org.w3c.dom.events.MutationEvent
The initMutationEvent method is used to initialize the value of a MutationEvent object and has the same behavior as Event.initEvent().
initMutationEventNS(String, String, boolean, boolean, Node, String, String, String, short) - Method in interface org.w3c.dom.events.MutationEvent
The initMutationEventNS method is used to initialize the value of a MutationEvent object and has the same behavior as Event.initEventNS().
initMutationNameEvent(String, boolean, boolean, Node, String, String) - Method in interface org.apache.batik.w3c.dom.events.MutationNameEvent
The initMutationNameEvent method is used to initialize the value of a MutationNameEvent object and has the same behavior as MutationEvent.initMutationEvent().
initMutationNameEventNS(String, String, boolean, boolean, Node, String, String) - Method in interface org.apache.batik.w3c.dom.events.MutationNameEvent
The initMutationNameEventNS method is used to initialize the value of a MutationNameEvent object and has the same behavior as MutationEvent.initMutationEventNS().
initTextEvent(String, boolean, boolean, AbstractView, String) - Method in interface org.apache.batik.w3c.dom.events.TextEvent
The initTextEvent method is used to initialize the value of a TextEvent object and has the same behavior as UIEvent.initUIEvent().
initTextEventNS(String, String, boolean, boolean, AbstractView, String) - Method in interface org.apache.batik.w3c.dom.events.TextEvent
The initTextEventNS method is used to initialize the value of a TextEvent object and has the same behavior as UIEvent.initUIEventNS().
initUIEvent(String, boolean, boolean, AbstractView, int) - Method in interface org.w3c.dom.events.UIEvent
The initUIEvent method is used to initialize the value of a UIEvent object and has the same behavior as Event.initEvent().
initUIEventNS(String, String, boolean, boolean, AbstractView, int) - Method in interface org.w3c.dom.events.UIEvent
The initUIEventNS method is used to initialize the value of a UIEvent object and has the same behavior as Event.initEventNS().

K

KeyboardEvent - Interface in org.apache.batik.w3c.dom.events
The KeyboardEvent interface provides specific contextual information associated with keyboard devices.

L

Location - Interface in org.apache.batik.w3c.dom
 

M

MODIFICATION - Static variable in interface org.w3c.dom.events.MutationEvent
The Attr was modified in place.
MouseEvent - Interface in org.w3c.dom.events
The MouseEvent interface provides specific contextual information associated with Mouse events.
MutationEvent - Interface in org.w3c.dom.events
The MutationEvent interface provides specific contextual information associated with Mutation events.
MutationNameEvent - Interface in org.apache.batik.w3c.dom.events
The MutationNameEvent interface provides specific contextual information associated with Mutation name event types.

O

org.apache.batik.w3c.dom - package org.apache.batik.w3c.dom
 
org.apache.batik.w3c.dom.events - package org.apache.batik.w3c.dom.events
 
org.w3c.dom.events - package org.w3c.dom.events
 

P

preventDefault() - Method in interface org.w3c.dom.events.Event
If an event is cancelable, the preventDefault method is used to signify that the event is to be canceled, meaning any default action normally taken by the implementation as a result of the event will not occur (see also ), and thus independently of event groups.

R

reload() - Method in interface org.apache.batik.w3c.dom.Location
The user agent reloads the current document.
REMOVAL - Static variable in interface org.w3c.dom.events.MutationEvent
The Attr was just removed.
removeEventListener(String, EventListener, boolean) - Method in interface org.w3c.dom.events.EventTarget
This method allows the removal of event listeners from the default group.
removeEventListenerNS(String, String, EventListener, boolean) - Method in interface org.w3c.dom.events.EventTarget
This method allows the removal of an event listener, independently of the associated event group.

S

stopImmediatePropagation() - Method in interface org.w3c.dom.events.Event
This method is used to prevent event listeners of the same group to be triggered and, unlike Event.stopPropagation() its effect is immediate (see ).
stopPropagation() - Method in interface org.w3c.dom.events.Event
This method is used to prevent event listeners of the same group to be triggered but its effect is deferred until all event listeners attached on the Event.currentTarget have been triggered (see ).

T

TextEvent - Interface in org.apache.batik.w3c.dom.events
The TextEvent interface provides specific contextual information associated with Text Events.

U

UIEvent - Interface in org.w3c.dom.events
The UIEvent interface provides specific contextual information associated with User Interface events.
UNSPECIFIED_EVENT_TYPE_ERR - Static variable in exception org.w3c.dom.events.EventException
If the Event.type was not specified by initializing the event before the method was called.

W

Window - Interface in org.apache.batik.w3c.dom
 
A B C D E G H I K L M O P R S T U W 

Copyright © 2000–2018 Apache Software Foundation. All rights reserved.