Uses of Class
org.apache.batik.gvt.event.SelectionEvent
-
Packages that use SelectionEvent 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.event Provides interfaces and classes for dealing with different types of events fired by GVT graphics nodes.org.apache.batik.swing.gvt -
-
Uses of SelectionEvent in org.apache.batik.bridge
Methods in org.apache.batik.bridge with parameters of type SelectionEvent Modifier and Type Method Description voidConcreteTextSelector. dispatchSelectionEvent(SelectionEvent e)Reports whether the current selection contains any objects. -
Uses of SelectionEvent in org.apache.batik.gvt.event
Methods in org.apache.batik.gvt.event with parameters of type SelectionEvent Modifier and Type Method Description voidSelectionAdapter. selectionChanged(SelectionEvent evt)Invoked when a selection has changed.voidSelectionListener. selectionChanged(SelectionEvent evt)Invoked when a selection has changed.voidSelectionAdapter. selectionCleared(SelectionEvent evt)Invoked when a selection is cleared.voidSelectionListener. selectionCleared(SelectionEvent evt)Invoked when a selection is cleared.voidSelectionAdapter. selectionDone(SelectionEvent evt)Invoked when a selection is done.voidSelectionListener. selectionDone(SelectionEvent evt)Invoked when a selection is done.voidSelectionAdapter. selectionStarted(SelectionEvent evt)Invoked when a selection started.voidSelectionListener. selectionStarted(SelectionEvent evt)Invoked when a selection started. -
Uses of SelectionEvent in org.apache.batik.swing.gvt
Methods in org.apache.batik.swing.gvt with parameters of type SelectionEvent Modifier and Type Method Description voidTextSelectionManager.TextSelectionListener. selectionChanged(SelectionEvent e)voidTextSelectionManager.TextSelectionListener. selectionCleared(SelectionEvent e)voidJGVTComponent.UnixTextSelectionListener. selectionDone(SelectionEvent evt)voidTextSelectionManager.TextSelectionListener. selectionDone(SelectionEvent e)voidTextSelectionManager.TextSelectionListener. selectionStarted(SelectionEvent e)
-