Class SVGEditorSupport.SVGDocumentLoader

  • All Implemented Interfaces:
    Runnable, org.openide.util.Cancellable
    Enclosing class:
    SVGEditorSupport

    public class SVGEditorSupport.SVGDocumentLoader
    extends Object
    implements Runnable, org.openide.util.Cancellable
    DocumentLoader Helper class
    • Constructor Detail

      • SVGDocumentLoader

        public SVGDocumentLoader()
      • SVGDocumentLoader

        public SVGDocumentLoader​(boolean revert)
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface Runnable
      • cancel

        public boolean cancel()
        Specified by:
        cancel in interface org.openide.util.Cancellable
      • openEditor

        public void openEditor​(org.w3c.dom.svg.SVGDocument doc)
        This will invoke openEditorImpl in the event thread
        Parameters:
        doc - SVGDocument