| 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 |
Contains all of the interfaces for describing and painting vector
graphics as Java objects.
|
| 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 |
| Modifier and Type | Method | Description |
|---|---|---|
void |
ConcreteTextSelector.addSelectionListener(SelectionListener l) |
Add a SelectionListener to this Selector's notification list.
|
void |
ConcreteTextSelector.removeSelectionListener(SelectionListener l) |
Remove a SelectionListener from this Selector's notification list.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Selector.addSelectionListener(SelectionListener l) |
Add a SelectionListener to this Selector's notification list.
|
void |
Selector.removeSelectionListener(SelectionListener l) |
Remove a SelectionListener from this Selector's notification list.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
SelectionAdapter |
Adapter for the listener interface for receiving selection events.
|
| Modifier and Type | Class | Description |
|---|---|---|
protected class |
JGVTComponent.UnixTextSelectionListener |
|
protected class |
TextSelectionManager.TextSelectionListener |
To implements a selection listener.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected SelectionListener |
TextSelectionManager.textSelectionListener |
The text selection listener.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
TextSelectionManager.addSelectionListener(SelectionListener sl) |
Add a selection listener to be notified when the
text selection changes in the document.
|
void |
TextSelectionManager.removeSelectionListener(SelectionListener sl) |
Remove a selection listener to be notified when the
text selection changes in the document.
|
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.