Class LogTokenMarker

java.lang.Object
org.fife.ui.rsyntaxtextarea.TokenMakerBase
org.fife.ui.rsyntaxtextarea.AbstractTokenMaker
fr.ifremer.isisfish.ui.widget.text.LogTokenMarker
All Implemented Interfaces:
org.fife.ui.rsyntaxtextarea.TokenMaker

public class LogTokenMarker extends org.fife.ui.rsyntaxtextarea.AbstractTokenMaker
Token marker for Isis Log files.
  • 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, getNoTokensIdentifiedYet, 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

    • LogTokenMarker

      public LogTokenMarker()
  • Method Details

    • getTokenList

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

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

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