|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventTarget | |
org.apache.batik.bridge | Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. |
org.apache.batik.dom | Provides an implementation of the DOM level 2 core module. |
org.apache.batik.dom.events | Provides an implementation of the DOM level 2 events module. |
org.apache.batik.dom.svg | |
org.apache.batik.extension | This package contains Batik's extensions to standard SVG (custom elements, additional bridges...). |
org.apache.batik.extension.svg | |
org.w3c.dom.events | |
org.w3c.dom.svg |
Uses of EventTarget in org.apache.batik.bridge |
Fields in org.apache.batik.bridge declared as EventTarget | |
protected EventTarget |
FocusManager.lastFocusEventTarget
The element that has the focus so far. |
EventTarget |
BridgeContext.EventListenerMememto.target
|
Methods in org.apache.batik.bridge that return EventTarget | |
EventTarget |
FocusManager.getCurrentEventTarget()
Returns the current element that has the focus or null if any. |
Methods in org.apache.batik.bridge with parameters of type EventTarget | |
protected void |
FocusManager.fireDOMFocusInEvent(EventTarget target)
Fires a 'DOMFocusIn' event to the specified target. |
protected void |
FocusManager.fireDOMFocusOutEvent(EventTarget target)
Fires a 'DOMFocusOut' event to the specified target. |
protected void |
FocusManager.fireDOMActivateEvent(EventTarget target,
int detailArg)
Fires a 'DOMActivate' event to the specified target. |
protected void |
BridgeContext.storeEventListener(EventTarget t,
java.lang.String s,
EventListener l,
boolean b)
Adds to the eventListenerList the specified event listener registration. |
Constructors in org.apache.batik.bridge with parameters of type EventTarget | |
BridgeContext.EventListenerMememto(EventTarget t,
java.lang.String s,
EventListener l,
boolean b)
|
Uses of EventTarget in org.apache.batik.dom |
Subinterfaces of EventTarget in org.apache.batik.dom | |
interface |
ExtendedNode
This interface provides an access to the non DOM methods implemented by all the nodes in this implementation. |
Classes in org.apache.batik.dom that implement EventTarget | |
class |
AbstractAttr
This class implements the Attr interface. |
class |
AbstractAttrNS
This class implements the Attr interface with
support for namespaces. |
class |
AbstractCharacterData
This class implements the CharacterData interface. |
class |
AbstractChildNode
This class implements the Node interface with support
for parent and siblings. |
class |
AbstractComment
This class implements the Comment interface. |
class |
AbstractDocument
This class implements the Document interface. |
class |
AbstractDocumentFragment
This class implements DocumentFragment interface. |
class |
AbstractElement
This class implements the Element interface. |
class |
AbstractElementNS
This class implements the Element interface. |
class |
AbstractEntity
This class implements the Entity interface. |
class |
AbstractEntityReference
This class implements the EntityReference interface. |
class |
AbstractNode
This class implements the Node interface. |
class |
AbstractNotation
This class implements the Notation interface. |
class |
AbstractParentChildNode
This class implements the Node interface with support
for children, parent and siblings. |
class |
AbstractParentNode
This class implements the Node interface with support for children. |
class |
AbstractProcessingInstruction
This class implements the ProcessingInstruction
interface. |
class |
AbstractText
This class implements the Text interface. |
class |
GenericAttr
This class implements the Attr interface. |
class |
GenericAttrNS
This class implements the Attr interface with
support for namespaces. |
class |
GenericCDATASection
This class implements the CDATASection interface. |
class |
GenericComment
This class implements the Comment interface. |
class |
GenericDocument
This class implements the Document ,
DocumentEvent . |
class |
GenericDocumentFragment
This class implements DocumentFragment interface. |
class |
GenericElement
This class implements the Element interface. |
class |
GenericElementNS
This class implements the Element interface. |
class |
GenericEntity
This class implements the Entity interface. |
class |
GenericEntityReference
This class implements the EntityReference interface. |
class |
GenericNotation
This class implements the Notation interface. |
class |
GenericProcessingInstruction
This class implements the ProcessingInstruction interface. |
class |
GenericText
This class provides a generic implementation of the Text
interface. |
class |
StyleSheetProcessingInstruction
This class provides an implementation of the 'xml-stylesheet' processing instructions. |
Uses of EventTarget in org.apache.batik.dom.events |
Subinterfaces of EventTarget in org.apache.batik.dom.events | |
interface |
NodeEventTarget
A Node that uses an EventSupport for its event registration and dispatch. |
Fields in org.apache.batik.dom.events declared as EventTarget | |
protected EventTarget |
AbstractEvent.currentTarget
The EventTarget whose EventListeners are currently being processed. |
protected EventTarget |
AbstractEvent.target
The target of this event. |
Methods in org.apache.batik.dom.events that return EventTarget | |
EventTarget |
AbstractEvent.getCurrentTarget()
DOM: The target property indicates the
EventTarget whose EventListeners are
currently being processed. |
EventTarget |
AbstractEvent.getTarget()
DOM: The target property indicates the
EventTarget to which the event was originally
dispatched. |
EventTarget |
DOMMouseEvent.getRelatedTarget()
DOM: Used to identify a secondary EventTarget related
to a UI
event. |
Methods in org.apache.batik.dom.events with parameters of type EventTarget | |
void |
DOMMouseEvent.initMouseEvent(java.lang.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)
DOM: The initMouseEvent method is used to
initialize the value of a MouseEvent created
through the DocumentEvent interface. |
Uses of EventTarget in org.apache.batik.dom.svg |
Uses of EventTarget in org.apache.batik.extension |
Classes in org.apache.batik.extension that implement EventTarget | |
class |
ExtensionElement
This class implements the basic features an element must have in order to be usable as a foreign element within an SVGOMDocument. |
class |
PrefixableStylableExtensionElement
This class implements a simple method for handling the node 'prefix'. |
class |
StylableExtensionElement
This class implements the basic features an element must have in order to be usable as a foreign element within an SVGOMDocument, and the support for both the 'style' attribute and the style attributes (ie: fill="red", ...). |
Uses of EventTarget in org.apache.batik.extension.svg |
Classes in org.apache.batik.extension.svg that implement EventTarget | |
class |
BatikHistogramNormalizationElement
This class implements a histogram normalization extension to SVG. |
class |
BatikMultiImageElement
This class implements a multiImage extension to SVG. |
class |
BatikRegularPolygonElement
This class implements a regular polygon extension to SVG |
class |
BatikStarElement
This class implements a star shape extension to sVG |
class |
ColorSwitchElement
This class implements a regular polygon extension to SVG |
class |
FlowDivElement
This class implements a regular polygon extension to SVG |
class |
FlowLineElement
This class implements a regular polygon extension to SVG |
class |
FlowParaElement
This class implements a regular polygon extension to SVG |
class |
FlowRegionBreakElement
This class implements a regular polygon extension to SVG |
class |
FlowSpanElement
This class implements a regular polygon extension to SVG |
class |
FlowTextElement
This class implements a regular polygon extension to SVG |
class |
SolidColorElement
This class implements a regular polygon extension to SVG |
Uses of EventTarget in org.w3c.dom.events |
Methods in org.w3c.dom.events that return EventTarget | |
EventTarget |
Event.getTarget()
Used to indicate the EventTarget to which the event was
originally dispatched. |
EventTarget |
Event.getCurrentTarget()
Used to indicate the EventTarget whose
EventListeners are currently being processed. |
EventTarget |
MouseEvent.getRelatedTarget()
Used to identify a secondary EventTarget related to a UI
event. |
Methods in org.w3c.dom.events with parameters of type EventTarget | |
void |
MouseEvent.initMouseEvent(java.lang.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 initMouseEvent method is used to initialize the value
of a MouseEvent created through the
DocumentEvent interface. |
Uses of EventTarget in org.w3c.dom.svg |
Subinterfaces of EventTarget in org.w3c.dom.svg | |
interface |
SVGAElement
|
interface |
SVGAltGlyphElement
|
interface |
SVGAnimateColorElement
|
interface |
SVGAnimateElement
|
interface |
SVGAnimateMotionElement
|
interface |
SVGAnimateTransformElement
|
interface |
SVGAnimationElement
|
interface |
SVGCircleElement
|
interface |
SVGDefsElement
|
interface |
SVGElementInstance
|
interface |
SVGEllipseElement
|
interface |
SVGForeignObjectElement
|
interface |
SVGGElement
|
interface |
SVGImageElement
|
interface |
SVGLineElement
|
interface |
SVGPathElement
|
interface |
SVGPolygonElement
|
interface |
SVGPolylineElement
|
interface |
SVGRectElement
|
interface |
SVGSetElement
|
interface |
SVGSVGElement
|
interface |
SVGSwitchElement
|
interface |
SVGSymbolElement
|
interface |
SVGTextContentElement
|
interface |
SVGTextElement
|
interface |
SVGTextPathElement
|
interface |
SVGTextPositioningElement
|
interface |
SVGTRefElement
|
interface |
SVGTSpanElement
|
interface |
SVGUseElement
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |