|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SelectionEvent | |
|---|---|
| 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 | |
|---|---|
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 | |
|---|---|
void |
SelectionListener.selectionChanged(SelectionEvent evt)
Invoked when a selection has changed. |
void |
SelectionAdapter.selectionChanged(SelectionEvent evt)
Invoked when a selection has changed. |
void |
SelectionListener.selectionCleared(SelectionEvent evt)
Invoked when a selection is cleared. |
void |
SelectionAdapter.selectionCleared(SelectionEvent evt)
Invoked when a selection is cleared. |
void |
SelectionListener.selectionDone(SelectionEvent evt)
Invoked when a selection is done. |
void |
SelectionAdapter.selectionDone(SelectionEvent evt)
Invoked when a selection is done. |
void |
SelectionListener.selectionStarted(SelectionEvent evt)
Invoked when a selection started. |
void |
SelectionAdapter.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 | |
|---|---|
void |
TextSelectionManager.TextSelectionListener.selectionChanged(SelectionEvent e)
|
void |
TextSelectionManager.TextSelectionListener.selectionCleared(SelectionEvent e)
|
void |
TextSelectionManager.TextSelectionListener.selectionDone(SelectionEvent e)
|
void |
JGVTComponent.UnixTextSelectionListener.selectionDone(SelectionEvent evt)
|
void |
TextSelectionManager.TextSelectionListener.selectionStarted(SelectionEvent e)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||