Package org.apache.batik.swing.gvt
Class TextSelectionManager.TextSelectionListener
java.lang.Object
org.apache.batik.swing.gvt.TextSelectionManager.TextSelectionListener
- All Implemented Interfaces:
EventListener
,SelectionListener
- Enclosing class:
- TextSelectionManager
protected class TextSelectionManager.TextSelectionListener
extends Object
implements SelectionListener
To implements a selection listener.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Invoked when a selection has changed.void
Invoked when a selection is cleared.void
Invoked when a selection is done.void
Invoked when a selection started.
-
Constructor Details
-
TextSelectionListener
protected TextSelectionListener()
-
-
Method Details
-
selectionDone
Description copied from interface:SelectionListener
Invoked when a selection is done.- Specified by:
selectionDone
in interfaceSelectionListener
- Parameters:
e
- the selection change event
-
selectionCleared
Description copied from interface:SelectionListener
Invoked when a selection is cleared.- Specified by:
selectionCleared
in interfaceSelectionListener
- Parameters:
e
- the selection change event
-
selectionStarted
Description copied from interface:SelectionListener
Invoked when a selection started.- Specified by:
selectionStarted
in interfaceSelectionListener
- Parameters:
e
- the selection change event
-
selectionChanged
Description copied from interface:SelectionListener
Invoked when a selection has changed.- Specified by:
selectionChanged
in interfaceSelectionListener
- Parameters:
e
- the selection change event
-