Uses of Interface
org.apache.batik.gvt.event.SelectionListener
-
Packages that use SelectionListener 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.gvt Contains all of the interfaces for describing and painting vector graphics as Java objects.org.apache.batik.gvt.event Provides interfaces and classes for dealing with different types of events fired by GVT graphics nodes.org.apache.batik.swing.gvt -
-
Uses of SelectionListener in org.apache.batik.bridge
Methods in org.apache.batik.bridge with parameters of type SelectionListener Modifier and Type Method Description voidConcreteTextSelector. addSelectionListener(SelectionListener l)Add a SelectionListener to this Selector's notification list.voidConcreteTextSelector. removeSelectionListener(SelectionListener l)Remove a SelectionListener from this Selector's notification list. -
Uses of SelectionListener in org.apache.batik.gvt
Methods in org.apache.batik.gvt with parameters of type SelectionListener Modifier and Type Method Description voidSelector. addSelectionListener(SelectionListener l)Add a SelectionListener to this Selector's notification list.voidSelector. removeSelectionListener(SelectionListener l)Remove a SelectionListener from this Selector's notification list. -
Uses of SelectionListener in org.apache.batik.gvt.event
Classes in org.apache.batik.gvt.event that implement SelectionListener Modifier and Type Class Description classSelectionAdapterAdapter for the listener interface for receiving selection events. -
Uses of SelectionListener in org.apache.batik.swing.gvt
Classes in org.apache.batik.swing.gvt that implement SelectionListener Modifier and Type Class Description protected classJGVTComponent.UnixTextSelectionListenerprotected classTextSelectionManager.TextSelectionListenerTo implements a selection listener.Fields in org.apache.batik.swing.gvt declared as SelectionListener Modifier and Type Field Description protected SelectionListenerTextSelectionManager. textSelectionListenerThe text selection listener.Methods in org.apache.batik.swing.gvt with parameters of type SelectionListener Modifier and Type Method Description voidTextSelectionManager. addSelectionListener(SelectionListener sl)Add a selection listener to be notified when the text selection changes in the document.voidTextSelectionManager. removeSelectionListener(SelectionListener sl)Remove a selection listener to be notified when the text selection changes in the document.
-