类 HimeTokenMaker
- java.lang.Object
-
- org.fife.ui.rsyntaxtextarea.TokenMakerBase
-
- org.fife.ui.rsyntaxtextarea.AbstractTokenMaker
-
- cn.wumoe.hime.gui.HimeTokenMaker
-
- 所有已实现的接口:
org.fife.ui.rsyntaxtextarea.TokenMaker
public class HimeTokenMaker extends org.fife.ui.rsyntaxtextarea.AbstractTokenMaker
-
-
字段概要
字段 修饰符和类型 字段 说明 static org.fife.ui.rsyntaxtextarea.TokenMaptokenMap
-
构造器概要
构造器 构造器 说明 HimeTokenMaker()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidaddToken(javax.swing.text.Segment segment, int start, int end, int tokenType, int startOffset)org.fife.ui.rsyntaxtextarea.TokengetTokenList(javax.swing.text.Segment text, int startTokenType, int startOffset)org.fife.ui.rsyntaxtextarea.TokenMapgetWordsToHighlight()-
从类继承的方法 org.fife.ui.rsyntaxtextarea.TokenMakerBase
addNullToken, addToken, addToken, createOccurrenceMarker, getClosestStandardTokenTypeForInternalType, getCurlyBracesDenoteCodeBlocks, getInsertBreakAction, getLanguageIndex, getLastTokenTypeOnLine, getLineCommentStartAndEnd, getMarkOccurrencesOfTokenType, getNoTokensIdentifiedYet, getOccurrenceMarker, getShouldIndentNextLineAfter, isIdentifierChar, isMarkupLanguage, resetTokenList, setLanguageIndex
-
-
-
-
方法详细资料
-
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)
-
-