Uses of Class
org.apache.batik.gvt.event.SelectionEvent

Packages that use SelectionEvent
org.apache.batik.gvt.event Provides interfaces and classes for dealing with different types of events fired by GVT graphics nodes. 
org.apache.batik.gvt.text   
org.apache.batik.swing.gvt   
 

Uses of SelectionEvent in org.apache.batik.gvt.event
 

Methods in org.apache.batik.gvt.event with parameters of type SelectionEvent
 void SelectionListener.selectionChanged(SelectionEvent evt)
          Invoked when a selection has changed.
 void SelectionListener.selectionDone(SelectionEvent evt)
          Invoked when a selection is done.
 void SelectionListener.selectionCleared(SelectionEvent evt)
          Invoked when a selection is cleared.
 void SelectionListener.selectionStarted(SelectionEvent evt)
          Invoked when a selection started.
 

Uses of SelectionEvent in org.apache.batik.gvt.text
 

Methods in org.apache.batik.gvt.text with parameters of type SelectionEvent
 void ConcreteTextSelector.dispatchSelectionEvent(SelectionEvent e)
          Reports whether the current selection contains any objects.
 

Uses of SelectionEvent in org.apache.batik.swing.gvt
 

Methods in org.apache.batik.swing.gvt with parameters of type SelectionEvent
 void TextSelectionManager.TextSelectionListener.selectionDone(SelectionEvent e)
           
 void TextSelectionManager.TextSelectionListener.selectionCleared(SelectionEvent e)
           
 void TextSelectionManager.TextSelectionListener.selectionStarted(SelectionEvent e)
           
 void TextSelectionManager.TextSelectionListener.selectionChanged(SelectionEvent e)
           
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.