Uses of Class
org.apache.batik.bridge.FocusManager
-
Packages that use FocusManager Package Description org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree.org.apache.batik.bridge.svg12 -
-
Uses of FocusManager in org.apache.batik.bridge
Fields in org.apache.batik.bridge declared as FocusManager Modifier and Type Field Description protected FocusManager
BridgeContext. focusManager
The EventListener that is responsible of managing DOM focus event.Methods in org.apache.batik.bridge that return FocusManager Modifier and Type Method Description FocusManager
BridgeContext. getFocusManager()
Returns the focus manager. -
Uses of FocusManager in org.apache.batik.bridge.svg12
Subclasses of FocusManager in org.apache.batik.bridge.svg12 Modifier and Type Class Description class
SVG12FocusManager
Focus manager for SVG 1.2 documents.
-