Package ca.phon.ui.text
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
-
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, getOccurrenceMarker, getShouldIndentNextLineAfter, isIdentifierChar, isMarkupLanguage, resetTokenList, setLanguageIndex
-
Constructor Details
-
PhonexTokenMaker
public PhonexTokenMaker()
-
-
Method Details
-
getTokenList
public org.fife.ui.rsyntaxtextarea.Token getTokenList(Segment text, int initialTokenType, int startOffset) -
addToken
- Overrides:
addToken
in classorg.fife.ui.rsyntaxtextarea.TokenMakerBase
-
getWordsToHighlight
public org.fife.ui.rsyntaxtextarea.TokenMap getWordsToHighlight()- Specified by:
getWordsToHighlight
in classorg.fife.ui.rsyntaxtextarea.AbstractTokenMaker
-