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 void
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 SelectionEvent Modifier and Type Method Description void
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 SelectionEvent Modifier and Type Method Description void
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)
-