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

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

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

Methods in org.apache.batik.gvt.event with parameters of type GraphicsNodeFocusListener
 void AWTEventDispatcher.addGraphicsNodeFocusListener(GraphicsNodeFocusListener l)
          Adds the specified 'global' GraphicsNodeFocusListener which is notified of all FocusEvents dispatched.
 void AWTEventDispatcher.removeGraphicsNodeFocusListener(GraphicsNodeFocusListener l)
          Removes the specified 'global' GraphicsNodeFocusListener which is notified of all FocusEvents dispatched.
 void EventDispatcher.addGraphicsNodeFocusListener(GraphicsNodeFocusListener l)
          Adds the specified 'global' GraphicsNodeFocusListener which is notified of all FocusEvents dispatched.
 void EventDispatcher.removeGraphicsNodeFocusListener(GraphicsNodeFocusListener l)
          Removes the specified 'global' GraphicsNodeFocusListener which is notified of all FocusEvents dispatched.
 



Copyright © 2001 Apache Software Foundation. All Rights Reserved.