Class PhonexTokenMaker

java.lang.Object
org.fife.ui.rsyntaxtextarea.TokenMakerBase
org.fife.ui.rsyntaxtextarea.AbstractTokenMaker
ca.phon.ui.text.PhonexTokenMaker
All Implemented Interfaces:
org.fife.ui.rsyntaxtextarea.TokenMaker

public class PhonexTokenMaker extends org.fife.ui.rsyntaxtextarea.AbstractTokenMaker
  • Field Summary

    Fields inherited from class org.fife.ui.rsyntaxtextarea.AbstractTokenMaker

    wordsToHighlight

    Fields inherited from class org.fife.ui.rsyntaxtextarea.TokenMakerBase

    currentToken, firstToken, previousToken
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addToken(Segment segment, int start, int end, int tokenType, int startOffset)
     
    org.fife.ui.rsyntaxtextarea.Token
    getTokenList(Segment text, int initialTokenType, int startOffset)
     
    org.fife.ui.rsyntaxtextarea.TokenMap
     

    Methods inherited from class org.fife.ui.rsyntaxtextarea.AbstractTokenMaker

    removeLastToken

    Methods inherited from class org.fife.ui.rsyntaxtextarea.TokenMakerBase

    addNullToken, addToken, addToken, createOccurrenceMarker, getClosestStandardTokenTypeForInternalType, getCurlyBracesDenoteCodeBlocks, getInsertBreakAction, getLanguageIndex, getLastTokenTypeOnLine, getLineCommentStartAndEnd, getMarkOccurrencesOfTokenType, getOccurrenceMarker, getShouldIndentNextLineAfter, isIdentifierChar, isMarkupLanguage, resetTokenList, setLanguageIndex

    Methods inherited from class java.lang.Object

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

    • PhonexTokenMaker

      public PhonexTokenMaker()
  • Method Details

    • getTokenList

      public org.fife.ui.rsyntaxtextarea.Token getTokenList(Segment text, int initialTokenType, int startOffset)
    • addToken

      public void addToken(Segment segment, int start, int end, int tokenType, int startOffset)
      Overrides:
      addToken in class org.fife.ui.rsyntaxtextarea.TokenMakerBase
    • getWordsToHighlight

      public org.fife.ui.rsyntaxtextarea.TokenMap getWordsToHighlight()
      Specified by:
      getWordsToHighlight in class org.fife.ui.rsyntaxtextarea.AbstractTokenMaker