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:
java.util.EventListener
,SelectionListener
- Enclosing class:
- JGVTComponent
protected class JGVTComponent.UnixTextSelectionListener extends SelectionAdapter
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
UnixTextSelectionListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
selectionDone(SelectionEvent evt)
Invoked when a selection is done.-
Methods inherited from class org.apache.batik.gvt.event.SelectionAdapter
selectionChanged, selectionCleared, selectionStarted
-
-
-
-
Method Detail
-
selectionDone
public void selectionDone(SelectionEvent evt)
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
-
-