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 FocusManagerBridgeContext. focusManagerThe EventListener that is responsible of managing DOM focus event.Methods in org.apache.batik.bridge that return FocusManager Modifier and Type Method Description FocusManagerBridgeContext. 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 classSVG12FocusManagerFocus manager for SVG 1.2 documents.
-