org.apache.batik.swing.gvt
Class TextSelectionManager.TextSelectionListener

java.lang.Object
  extended by 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
protected TextSelectionManager.TextSelectionListener()
           
 
Method Summary
 void selectionChanged(SelectionEvent e)
           
 void selectionCleared(SelectionEvent e)
           
 void selectionDone(SelectionEvent e)
           
 void selectionStarted(SelectionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextSelectionManager.TextSelectionListener

protected TextSelectionManager.TextSelectionListener()
Method Detail

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.