Class EditorKitMarkupProcessor

    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.util.Map<java.text.AttributedCharacterIterator.Attribute,​java.lang.Object> getAttributes​(javax.swing.text.AttributeSet attrSet)  
      protected javax.swing.text.Document getDocument​(java.lang.String srcText)  
      protected abstract javax.swing.text.EditorKit getEditorKit()  
      • Methods inherited from class java.lang.Object

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

      • EditorKitMarkupProcessor

        public EditorKitMarkupProcessor()
    • Method Detail

      • getEditorKit

        protected abstract javax.swing.text.EditorKit getEditorKit()
      • getDocument

        protected javax.swing.text.Document getDocument​(java.lang.String srcText)
      • getAttributes

        protected java.util.Map<java.text.AttributedCharacterIterator.Attribute,​java.lang.Object> getAttributes​(javax.swing.text.AttributeSet attrSet)