Uses of Class
org.apache.batik.swing.svg.SVGDocumentLoaderEvent
Packages that use SVGDocumentLoaderEvent
Package
Description
-
Uses of SVGDocumentLoaderEvent in org.apache.batik.apps.svgbrowser
Methods in org.apache.batik.apps.svgbrowser with parameters of type SVGDocumentLoaderEventModifier and TypeMethodDescriptionvoidJSVGViewerFrame.documentLoadingCancelled(SVGDocumentLoaderEvent e) Called when the loading of a document was cancelled.voidJSVGViewerFrame.documentLoadingCompleted(SVGDocumentLoaderEvent e) Called when the loading of a document was completed.voidJSVGViewerFrame.documentLoadingFailed(SVGDocumentLoaderEvent e) Called when the loading of a document has failed.voidJSVGViewerFrame.documentLoadingStarted(SVGDocumentLoaderEvent e) Called when the loading of a document was started.voidThumbnailDialog.ThumbnailDocumentListener.documentLoadingStarted(SVGDocumentLoaderEvent e) -
Uses of SVGDocumentLoaderEvent in org.apache.batik.swing
Methods in org.apache.batik.swing with parameters of type SVGDocumentLoaderEventModifier and TypeMethodDescriptionvoidJSVGCanvas.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 SVGDocumentLoaderEventModifier and TypeMethodDescriptionvoidJSVGComponent.SVGListener.documentLoadingCancelled(SVGDocumentLoaderEvent e) Called when the loading of a document was cancelled.voidSVGDocumentLoaderAdapter.documentLoadingCancelled(SVGDocumentLoaderEvent e) Called when the loading of a document was cancelled.voidSVGDocumentLoaderListener.documentLoadingCancelled(SVGDocumentLoaderEvent e) Called when the loading of a document was cancelled.voidJSVGComponent.SVGListener.documentLoadingCompleted(SVGDocumentLoaderEvent e) Called when the loading of a document was completed.voidSVGDocumentLoaderAdapter.documentLoadingCompleted(SVGDocumentLoaderEvent e) Called when the loading of a document was completed.voidSVGDocumentLoaderListener.documentLoadingCompleted(SVGDocumentLoaderEvent e) Called when the loading of a document was completed.voidJSVGComponent.SVGListener.documentLoadingFailed(SVGDocumentLoaderEvent e) Called when the loading of a document has failed.voidSVGDocumentLoaderAdapter.documentLoadingFailed(SVGDocumentLoaderEvent e) Called when the loading of a document has failed.voidSVGDocumentLoaderListener.documentLoadingFailed(SVGDocumentLoaderEvent e) Called when the loading of a document has failed.voidJSVGComponent.SVGListener.documentLoadingStarted(SVGDocumentLoaderEvent e) Called when the loading of a document was started.voidSVGDocumentLoaderAdapter.documentLoadingStarted(SVGDocumentLoaderEvent e) Called when the loading of a document was started.voidSVGDocumentLoaderListener.documentLoadingStarted(SVGDocumentLoaderEvent e) Called when the loading of a document was started.