类 HimeTokenMaker

  • 所有已实现的接口:
    org.fife.ui.rsyntaxtextarea.TokenMaker

    public class HimeTokenMaker
    extends org.fife.ui.rsyntaxtextarea.AbstractTokenMaker
    • 字段概要

      字段 
      修饰符和类型 字段 说明
      static org.fife.ui.rsyntaxtextarea.TokenMap tokenMap  
      • 从类继承的字段 org.fife.ui.rsyntaxtextarea.AbstractTokenMaker

        wordsToHighlight
      • 从类继承的字段 org.fife.ui.rsyntaxtextarea.TokenMakerBase

        currentToken, firstToken, previousToken
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      void addToken​(javax.swing.text.Segment segment, int start, int end, int tokenType, int startOffset)  
      org.fife.ui.rsyntaxtextarea.Token getTokenList​(javax.swing.text.Segment text, int startTokenType, int startOffset)  
      org.fife.ui.rsyntaxtextarea.TokenMap getWordsToHighlight()  
      • 从类继承的方法 org.fife.ui.rsyntaxtextarea.AbstractTokenMaker

        removeLastToken
      • 从类继承的方法 org.fife.ui.rsyntaxtextarea.TokenMakerBase

        addNullToken, addToken, addToken, createOccurrenceMarker, getClosestStandardTokenTypeForInternalType, getCurlyBracesDenoteCodeBlocks, getInsertBreakAction, getLanguageIndex, getLastTokenTypeOnLine, getLineCommentStartAndEnd, getMarkOccurrencesOfTokenType, getNoTokensIdentifiedYet, getOccurrenceMarker, getShouldIndentNextLineAfter, isIdentifierChar, isMarkupLanguage, resetTokenList, setLanguageIndex
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 字段详细资料

      • tokenMap

        public static org.fife.ui.rsyntaxtextarea.TokenMap tokenMap
    • 构造器详细资料

      • HimeTokenMaker

        public HimeTokenMaker()
    • 方法详细资料

      • getWordsToHighlight

        public org.fife.ui.rsyntaxtextarea.TokenMap getWordsToHighlight()
        指定者:
        getWordsToHighlight 在类中 org.fife.ui.rsyntaxtextarea.AbstractTokenMaker
      • addToken

        public void addToken​(javax.swing.text.Segment segment,
                             int start,
                             int end,
                             int tokenType,
                             int startOffset)
        覆盖:
        addToken 在类中 org.fife.ui.rsyntaxtextarea.TokenMakerBase
      • getTokenList

        public org.fife.ui.rsyntaxtextarea.Token getTokenList​(javax.swing.text.Segment text,
                                                              int startTokenType,
                                                              int startOffset)