Uses of Class
org.fife.ui.rsyntaxtextarea.TokenImpl
Packages that use TokenImpl
-
Uses of TokenImpl in org.fife.ui.rsyntaxtextarea
Fields in org.fife.ui.rsyntaxtextarea declared as TokenImplModifier and TypeFieldDescriptionprotected TokenImplTokenMakerBase.currentTokenUsed in the creation of the linked list.protected TokenImplTokenMakerBase.firstTokenThe first token in the returned linked list.private TokenImplWrappedSyntaxView.lineCountTempTokenprotected TokenImplTokenMakerBase.previousTokenUsed in the creation of the linked list.private static final TokenImplRSyntaxUtilities.TEMP_TOKENUsed in token list manipulation methods.private TokenImplSyntaxView.tempTokenTemporary token used when we need to "modify" tokens for rendering purposes.private TokenImplWrappedSyntaxView.tempTokenprivate TokenImpl[]DefaultTokenFactory.tokenListMethods in org.fife.ui.rsyntaxtextarea that return TokenImplModifier and TypeMethodDescriptionprivate TokenImplRSyntaxTextArea.cloneTokenList(Token t) Clones a token list.DefaultTokenFactory.createToken()DefaultTokenFactory.createToken(char[] line, int beg, int end, int startOffset, int type) DefaultTokenFactory.createToken(Segment line, int beg, int end, int startOffset, int type) TokenFactory.createToken()Returns a null token.TokenFactory.createToken(char[] line, int beg, int end, int startOffset, int type) Returns a token.TokenFactory.createToken(Segment line, int beg, int end, int startOffset, int type) Returns a token.Methods in org.fife.ui.rsyntaxtextarea with parameters of type TokenImplModifier and TypeMethodDescriptionstatic TokenUtils.TokenSubListTokenUtils.getSubTokenList(Token tokenList, int pos, TabExpander e, RSyntaxTextArea textArea, float x0, TokenImpl tempToken) Modifies the passed-in token list to start at the specified offset.