Class CodeView

    • Method Detail

      • setTextHighlighted

        public void setTextHighlighted​(CharSequence text)
      • setTabWidth

        public void setTabWidth​(int characters)
      • cancelHighlighterRender

        public void cancelHighlighterRender()
      • setSyntaxPatternsMap

        public void setSyntaxPatternsMap​(Map<Pattern,​Integer> syntaxPatterns)
      • addSyntaxPattern

        public void addSyntaxPattern​(Pattern pattern,
                                     int Color)
      • removeSyntaxPattern

        public void removeSyntaxPattern​(Pattern pattern)
      • getSyntaxPatternsSize

        public int getSyntaxPatternsSize()
      • resetSyntaxPatternList

        public void resetSyntaxPatternList()
      • setAutoIndentCharacterList

        public void setAutoIndentCharacterList​(List<Character> characterList)
      • clearAutoIndentCharacterList

        public void clearAutoIndentCharacterList()
      • getAutoIndentCharacterList

        public List<Character> getAutoIndentCharacterList()
      • addErrorLine

        public void addErrorLine​(int lineNum,
                                 int color)
      • removeErrorLine

        public void removeErrorLine​(int lineNum)
      • removeAllErrorLines

        public void removeAllErrorLines()
      • getErrorsSize

        public int getErrorsSize()
      • getTextWithoutTrailingSpace

        public String getTextWithoutTrailingSpace()
      • setRemoveErrorsWhenTextChanged

        public void setRemoveErrorsWhenTextChanged​(boolean removeErrors)
      • reHighlightSyntax

        public void reHighlightSyntax()
      • reHighlightErrors

        public void reHighlightErrors()
      • isHasError

        public boolean isHasError()
      • setUpdateDelayTime

        public void setUpdateDelayTime​(int time)
      • getUpdateDelayTime

        public int getUpdateDelayTime()
      • setHighlightWhileTextChanging

        public void setHighlightWhileTextChanging​(boolean updateWhileTextChanging)