public class SVG12FocusManager extends FocusManager
| Modifier and Type | Class and Description |
|---|---|
protected class |
SVG12FocusManager.DOMFocusInTracker
The class that is responsible for tracking 'DOMFocusIn' changes.
|
protected class |
SVG12FocusManager.MouseClickTracker
The class that is responsible for tracking 'mouseclick' changes.
|
protected class |
SVG12FocusManager.MouseOutTracker
The class that is responsible for tracking 'mouseout' changes.
|
protected class |
SVG12FocusManager.MouseOverTracker
The class that is responsible for tracking 'mouseover' changes.
|
FocusManager.DOMFocusOutTrackerdocument, domFocusInListener, domFocusOutListener, lastFocusEventTarget, mouseclickListener, mouseoutListener, mouseoverListener| Constructor and Description |
|---|
SVG12FocusManager(org.w3c.dom.Document doc)
Constructs a new SVG12FocusManager for the specified document.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
addEventListeners(org.w3c.dom.Document doc)
Adds the event listeners to the document.
|
protected void |
fireDOMFocusInEvent(EventTarget target,
EventTarget relatedTarget)
Fires a 'DOMFocusIn' event to the specified target.
|
protected void |
fireDOMFocusOutEvent(EventTarget target,
EventTarget relatedTarget)
Fires a 'DOMFocusOut' event to the specified target.
|
protected void |
removeEventListeners(org.w3c.dom.Document doc)
Removes the event listeners from the document.
|
dispose, fireDOMActivateEvent, getCurrentEventTargetpublic SVG12FocusManager(org.w3c.dom.Document doc)
doc - the documentprotected void addEventListeners(org.w3c.dom.Document doc)
addEventListeners in class FocusManagerprotected void removeEventListeners(org.w3c.dom.Document doc)
removeEventListeners in class FocusManagerprotected void fireDOMFocusInEvent(EventTarget target, EventTarget relatedTarget)
fireDOMFocusInEvent in class FocusManagertarget - the newly focussed event targetrelatedTarget - the previously focussed event targetprotected void fireDOMFocusOutEvent(EventTarget target, EventTarget relatedTarget)
fireDOMFocusOutEvent in class FocusManagertarget - the previously focussed event targetrelatedTarget - the newly focussed event targetCopyright ? 2009 Apache Software Foundation. All Rights Reserved.