Package | Description |
---|---|
org.apache.batik.gvt.event |
Provides interfaces and classes for dealing with different types
of events fired by GVT graphics nodes.
|
org.apache.batik.gvt.text | |
org.apache.batik.swing.gvt |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
ConcreteTextSelector.dispatchSelectionEvent(SelectionEvent e)
Reports whether the current selection contains any objects.
|
Modifier and Type | Method and Description |
---|---|
void |
TextSelectionManager.TextSelectionListener.selectionChanged(SelectionEvent e) |
void |
TextSelectionManager.TextSelectionListener.selectionCleared(SelectionEvent e) |
void |
AbstractJGVTComponent.UnixTextSelectionListener.selectionDone(SelectionEvent evt) |
void |
TextSelectionManager.TextSelectionListener.selectionDone(SelectionEvent e) |
void |
TextSelectionManager.TextSelectionListener.selectionStarted(SelectionEvent e) |
Copyright ? 2008 Apache Software Foundation. All Rights Reserved.