Uses of Class
org.apache.batik.gvt.event.SelectionEvent
Packages that use SelectionEvent
Package
Description
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
Provides interfaces and classes for dealing with different types
of events fired by GVT graphics nodes.
-
Uses of SelectionEvent in org.apache.batik.bridge
Methods in org.apache.batik.bridge with parameters of type SelectionEventModifier and TypeMethodDescriptionvoidConcreteTextSelector.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 SelectionEventModifier and TypeMethodDescriptionvoidSelectionAdapter.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 SelectionEventModifier and TypeMethodDescriptionvoidTextSelectionManager.TextSelectionListener.selectionChanged(SelectionEvent e) voidTextSelectionManager.TextSelectionListener.selectionCleared(SelectionEvent e) voidJGVTComponent.UnixTextSelectionListener.selectionDone(SelectionEvent evt) voidTextSelectionManager.TextSelectionListener.selectionDone(SelectionEvent e) voidTextSelectionManager.TextSelectionListener.selectionStarted(SelectionEvent e)