Uses of Interface
org.apache.batik.gvt.event.SelectionListener

Packages that use SelectionListener
org.apache.batik.gvt Contains all of the interfaces for describing and painting vector graphics as Java objects.  
org.apache.batik.gvt.text   
org.apache.batik.swing.gvt   
 

Uses of SelectionListener in org.apache.batik.gvt
 

Methods in org.apache.batik.gvt with parameters of type SelectionListener
 void Selector.addSelectionListener(SelectionListener l)
          Add a SelectionListener to this Selector's notification list.
 void Selector.removeSelectionListener(SelectionListener l)
          Remove a SelectionListener from this Selector's notification list.
 

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

Methods in org.apache.batik.gvt.text with parameters of type SelectionListener
 void ConcreteTextSelector.addSelectionListener(SelectionListener l)
          Add a SelectionListener to this Selector's notification list.
 void ConcreteTextSelector.removeSelectionListener(SelectionListener l)
          Remove a SelectionListener from this Selector's notification list.
 

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

Classes in org.apache.batik.swing.gvt that implement SelectionListener
protected  class TextSelectionManager.TextSelectionListener
          To implements a selection listener.
 

Fields in org.apache.batik.swing.gvt declared as SelectionListener
protected  SelectionListener TextSelectionManager.textSelectionListener
          The text selection listener.
 



Copyright © 2001 Apache Software Foundation. All Rights Reserved.