Class SVGEditorSupportEvent

    • Constructor Detail

      • SVGEditorSupportEvent

        public SVGEditorSupportEvent​(Object source,
                                     org.w3c.dom.svg.SVGDocument doc)
      • SVGEditorSupportEvent

        public SVGEditorSupportEvent​(Object source,
                                     org.w3c.dom.svg.SVGDocument doc,
                                     org.openide.windows.TopComponent tc)
      • SVGEditorSupportEvent

        public SVGEditorSupportEvent​(Object source,
                                     org.w3c.dom.svg.SVGDocument doc,
                                     org.w3c.dom.svg.SVGDocument replacedDoc,
                                     org.openide.windows.TopComponent tc)
    • Method Detail

      • getSVGDocument

        public org.w3c.dom.svg.SVGDocument getSVGDocument()
        Return SVGDocument
        Returns:
        SVGDocument
      • getTopComponent

        public org.openide.windows.TopComponent getTopComponent()
        Return the associated TopComponent
        Returns:
        TopComponent or null
      • getReplacedSVGDocument

        public org.w3c.dom.svg.SVGDocument getReplacedSVGDocument()
        Return replaced SVGDocument, only valid during documentReplaced event
        Returns:
        SVGDocument