Uses of Class
org.apache.batik.swing.svg.SVGDocumentLoaderEvent
-
Packages that use SVGDocumentLoaderEvent Package Description 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 Modifier and Type Method Description voidJSVGViewerFrame. 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 SVGDocumentLoaderEvent Modifier and Type Method Description voidJSVGCanvasHandler.LoadListener. documentLoadingCancelled(SVGDocumentLoaderEvent e)voidJSVGCanvasHandler.LoadListener. documentLoadingCompleted(SVGDocumentLoaderEvent e)voidJSVGScrollPane.SVGScrollDocumentLoaderListener. documentLoadingCompleted(SVGDocumentLoaderEvent e)voidJSVGCanvasHandler.LoadListener. documentLoadingFailed(SVGDocumentLoaderEvent e)voidJSVGCanvas.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 Modifier and Type Method Description voidJSVGComponent.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.
-