Package org.apache.batik.swing.gvt
Class JGVTComponent.UnixTextSelectionListener
java.lang.Object
org.apache.batik.gvt.event.SelectionAdapter
org.apache.batik.swing.gvt.JGVTComponent.UnixTextSelectionListener
- All Implemented Interfaces:
EventListener
,SelectionListener
- Enclosing class:
JGVTComponent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Invoked when a selection is done.Methods inherited from class org.apache.batik.gvt.event.SelectionAdapter
selectionChanged, selectionCleared, selectionStarted
-
Constructor Details
-
UnixTextSelectionListener
protected UnixTextSelectionListener()
-
-
Method Details
-
selectionDone
Description copied from class:SelectionAdapter
Invoked when a selection is done.- Specified by:
selectionDone
in interfaceSelectionListener
- Overrides:
selectionDone
in classSelectionAdapter
- Parameters:
evt
- the selection change event
-