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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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
-
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 classorg.fife.ui.rsyntaxtextarea.AbstractTokenMaker
-
addToken
- Overrides:
addToken
in classorg.fife.ui.rsyntaxtextarea.TokenMakerBase
-