Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

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

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

Methods in org.apache.batik.swing.svg with parameters of type SVGDocumentLoaderEvent
 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.
 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.