Uses of Class
org.apache.batik.util.DocumentEvent

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

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

Methods in org.apache.batik.apps.applet with parameters of type DocumentEvent
 void JSVGApplet.processDocumentEvent(DocumentEvent e)
          Take action on receipt of a document event.
 

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

Methods in org.apache.batik.apps.svgviewer with parameters of type DocumentEvent
 void ViewerFrame.processDocumentEvent(DocumentEvent e)
          Take action on receipt of a document event.
 void ViewerFrame.AboutAction.processDocumentEvent(DocumentEvent e)
          Take action on receipt of a DocumentEvent.
 

Uses of DocumentEvent in org.apache.batik.util
 

Subclasses of DocumentEvent in org.apache.batik.util
 class DocumentLoadingEvent
          This class encapsulates, as events, information about document state that is either dynamic, transient, or unfolding (as when state is discovered by background threads).
 class DocumentPropertyEvent
          This class encapsulates, as events, information about document state that is either dynamic, transient, or unfolding (as when state is discovered by background threads).
 

Methods in org.apache.batik.util with parameters of type DocumentEvent
 void DocumentLoadRunnable.fireAsyncDocumentEvent(DocumentEvent e, boolean wait)
          Fire a document event to all listeners.
 void DocumentListener.processDocumentEvent(DocumentEvent e)
          Take action on receipt of a DocumentEvent.
 void DocumentEventSource.fireAsyncDocumentEvent(DocumentEvent e, boolean wait)
          Fire a document event to all listeners.
 



Copyright © 2000 Apache Software Foundation. All Rights Reserved.