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 TypeMethodDescriptionvoid
ConcreteTextSelector.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 TypeMethodDescriptionvoid
SelectionAdapter.selectionChanged
(SelectionEvent evt) Invoked when a selection has changed.void
SelectionListener.selectionChanged
(SelectionEvent evt) Invoked when a selection has changed.void
SelectionAdapter.selectionCleared
(SelectionEvent evt) Invoked when a selection is cleared.void
SelectionListener.selectionCleared
(SelectionEvent evt) Invoked when a selection is cleared.void
SelectionAdapter.selectionDone
(SelectionEvent evt) Invoked when a selection is done.void
SelectionListener.selectionDone
(SelectionEvent evt) Invoked when a selection is done.void
SelectionAdapter.selectionStarted
(SelectionEvent evt) Invoked when a selection started.void
SelectionListener.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 TypeMethodDescriptionvoid
TextSelectionManager.TextSelectionListener.selectionChanged
(SelectionEvent e) void
TextSelectionManager.TextSelectionListener.selectionCleared
(SelectionEvent e) void
JGVTComponent.UnixTextSelectionListener.selectionDone
(SelectionEvent evt) void
TextSelectionManager.TextSelectionListener.selectionDone
(SelectionEvent e) void
TextSelectionManager.TextSelectionListener.selectionStarted
(SelectionEvent e)