Uses of Class
org.apache.batik.swing.gvt.TextSelectionManager
-
Packages that use TextSelectionManager Package Description org.apache.batik.swing.gvt -
-
Uses of TextSelectionManager in org.apache.batik.swing.gvt
Fields in org.apache.batik.swing.gvt declared as TextSelectionManager Modifier and Type Field Description protected TextSelectionManager
JGVTComponent. textSelectionManager
The text selection manager.Methods in org.apache.batik.swing.gvt that return TextSelectionManager Modifier and Type Method Description protected TextSelectionManager
JGVTComponent. createTextSelectionManager(EventDispatcher ed)
TextSelectionManager
JGVTComponent. getTextSelectionManager()
Returns the current Text selection manager for the Component.
-