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(Document doc)
Constructs a new
SVG12FocusManager for the specified document. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addEventListeners(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(Document doc)
Removes the event listeners from the document.
|
dispose, fireDOMActivateEvent, getCurrentEventTargetpublic SVG12FocusManager(Document doc)
SVG12FocusManager for the specified document.doc - the documentprotected void addEventListeners(Document doc)
addEventListeners in class FocusManagerprotected void removeEventListeners(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 © 2000–2017 Apache Software Foundation. All rights reserved.