Class DocumentPluginResultImpl

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected javax.swing.text.Document document
      The processed document.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.swing.text.Document getProcessedDocument()
      Get the current document.
      void setProcessedDocument​(javax.swing.text.Document document)
      Sets the current document.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • document

        protected javax.swing.text.Document document
        The processed document.
    • Constructor Detail

      • DocumentPluginResultImpl

        public DocumentPluginResultImpl()
        Creates an PluginResult with no document.
      • DocumentPluginResultImpl

        public DocumentPluginResultImpl​(javax.swing.text.Document document)
        Constructor for the PluginResult.
        Parameters:
        document - The processed document.
    • Method Detail

      • setProcessedDocument

        public void setProcessedDocument​(javax.swing.text.Document document)
        Sets the current document.
        Parameters:
        document - The current document.
      • getProcessedDocument

        public javax.swing.text.Document getProcessedDocument()
        Get the current document.
        Specified by:
        getProcessedDocument in interface DocumentPluginResult
        Returns:
        The current document.