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 protectedUnixTextSelectionListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidselectionDone(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:SelectionAdapterInvoked when a selection is done.- Specified by:
selectionDonein interfaceSelectionListener- Overrides:
selectionDonein classSelectionAdapter- Parameters:
evt- the selection change event
-
-