Uses of Interface
org.apache.batik.util.DocumentListener

Packages that use DocumentListener
org.apache.batik.apps.applet   
org.apache.batik.apps.svgviewer   
org.apache.batik.util Provides some useful classes. 
 

Uses of DocumentListener in org.apache.batik.apps.applet
 

Classes in org.apache.batik.apps.applet that implement DocumentListener
 class JSVGApplet
          An applet that displays SVG document.
 

Uses of DocumentListener in org.apache.batik.apps.svgviewer
 

Classes in org.apache.batik.apps.svgviewer that implement DocumentListener
 class ViewerFrame
          This class represents a viewer frame.
 class ViewerFrame.AboutAction
          To display the about dialog.
 

Uses of DocumentListener in org.apache.batik.util
 

Methods in org.apache.batik.util with parameters of type DocumentListener
static java.lang.Thread DocumentLoadRunnable.createLoaderThread(java.lang.String uri, DocumentListener l, SVGDocumentFactory df)
          Creates a new thread which runs a new DocumentLoader runnable.
 void DocumentLoadRunnable.addDocumentListener(DocumentListener l)
          Associate a DocumentEventListener with this loader.
 void DocumentLoadRunnable.removeDocumentListener(DocumentListener l)
          Remove a DocumentEventListener from this loader's listener list.
 void DocumentEventSource.addDocumentListener(DocumentListener l)
          Associate a DocumentEventListener with this loader.
 void DocumentEventSource.removeDocumentListener(DocumentListener l)
          Remove a DocumentEventListener from this loader's listener list.
 



Copyright © 2000 Apache Software Foundation. All Rights Reserved.