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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TextSelectionManager.TextSelectionListener
protected TextSelectionManager.TextSelectionListener()
selectionDone
public void selectionDone(SelectionEvent e)
- Specified by:
selectionDone in interface SelectionListener
selectionCleared
public void selectionCleared(SelectionEvent e)
- Specified by:
selectionCleared in interface SelectionListener
selectionStarted
public void selectionStarted(SelectionEvent e)
- Specified by:
selectionStarted in interface SelectionListener
selectionChanged
public void selectionChanged(SelectionEvent e)
- Specified by:
selectionChanged in interface SelectionListener
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.