Uses of Class
org.apache.batik.swing.svg.SVGDocumentLoaderEvent

Packages that use SVGDocumentLoaderEvent
org.apache.batik.apps.svgbrowser   
org.apache.batik.swing   
org.apache.batik.swing.svg   
 

Uses of SVGDocumentLoaderEvent in org.apache.batik.apps.svgbrowser
 

Methods in org.apache.batik.apps.svgbrowser with parameters of type SVGDocumentLoaderEvent
 void ThumbnailDialog.ThumbnailDocumentListener.documentLoadingStarted(SVGDocumentLoaderEvent e)
           
 void JSVGViewerFrame.documentLoadingStarted(SVGDocumentLoaderEvent e)
          Called when the loading of a document was started.
 void JSVGViewerFrame.documentLoadingCompleted(SVGDocumentLoaderEvent e)
          Called when the loading of a document was completed.
 void JSVGViewerFrame.documentLoadingCancelled(SVGDocumentLoaderEvent e)
          Called when the loading of a document was cancelled.
 void JSVGViewerFrame.documentLoadingFailed(SVGDocumentLoaderEvent e)
          Called when the loading of a document has failed.
 

Uses of SVGDocumentLoaderEvent in org.apache.batik.swing
 

Methods in org.apache.batik.swing with parameters of type SVGDocumentLoaderEvent
 void JSVGCanvas.CanvasSVGListener.documentLoadingStarted(SVGDocumentLoaderEvent e)
          Called when the loading of a document was started.
 

Uses of SVGDocumentLoaderEvent in org.apache.batik.swing.svg
 

Methods in org.apache.batik.swing.svg with parameters of type SVGDocumentLoaderEvent
 void SVGDocumentLoaderAdapter.documentLoadingStarted(SVGDocumentLoaderEvent e)
          Called when the loading of a document was started.
 void SVGDocumentLoaderAdapter.documentLoadingCompleted(SVGDocumentLoaderEvent e)
          Called when the loading of a document was completed.
 void SVGDocumentLoaderAdapter.documentLoadingCancelled(SVGDocumentLoaderEvent e)
          Called when the loading of a document was cancelled.
 void SVGDocumentLoaderAdapter.documentLoadingFailed(SVGDocumentLoaderEvent e)
          Called when the loading of a document has failed.
 void JSVGComponent.SVGListener.documentLoadingStarted(SVGDocumentLoaderEvent e)
          Called when the loading of a document was started.
 void JSVGComponent.SVGListener.documentLoadingCompleted(SVGDocumentLoaderEvent e)
          Called when the loading of a document was completed.
 void JSVGComponent.SVGListener.documentLoadingCancelled(SVGDocumentLoaderEvent e)
          Called when the loading of a document was cancelled.
 void JSVGComponent.SVGListener.documentLoadingFailed(SVGDocumentLoaderEvent e)
          Called when the loading of a document has failed.
 void SVGDocumentLoaderListener.documentLoadingStarted(SVGDocumentLoaderEvent e)
          Called when the loading of a document was started.
 void SVGDocumentLoaderListener.documentLoadingCompleted(SVGDocumentLoaderEvent e)
          Called when the loading of a document was completed.
 void SVGDocumentLoaderListener.documentLoadingCancelled(SVGDocumentLoaderEvent e)
          Called when the loading of a document was cancelled.
 void SVGDocumentLoaderListener.documentLoadingFailed(SVGDocumentLoaderEvent e)
          Called when the loading of a document has failed.
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.