Uses of Class
org.fife.ui.rsyntaxtextarea.TokenImpl
-
Packages that use TokenImpl Package Description org.fife.ui.rsyntaxtextarea A syntax-highlighting text editor. -
-
Uses of TokenImpl in org.fife.ui.rsyntaxtextarea
Fields in org.fife.ui.rsyntaxtextarea declared as TokenImpl Modifier and Type Field Description protected TokenImpl
TokenMakerBase. currentToken
Used in the creation of the linked list.protected TokenImpl
TokenMakerBase. firstToken
The first token in the returned linked list.private TokenImpl
WrappedSyntaxView. lineCountTempToken
protected TokenImpl
TokenMakerBase. previousToken
Used in the creation of the linked list.private static TokenImpl
RSyntaxUtilities. TEMP_TOKEN
Used in token list manipulation methods.private TokenImpl
SyntaxView. tempToken
Temporary token used when we need to "modify" tokens for rendering purposes.private TokenImpl
WrappedSyntaxView. tempToken
private TokenImpl[]
DefaultTokenFactory. tokenList
Methods in org.fife.ui.rsyntaxtextarea that return TokenImpl Modifier and Type Method Description private TokenImpl
RSyntaxTextArea. cloneTokenList(Token t)
Clones a token list.TokenImpl
DefaultTokenFactory. createToken()
TokenImpl
DefaultTokenFactory. createToken(char[] line, int beg, int end, int startOffset, int type)
TokenImpl
DefaultTokenFactory. createToken(javax.swing.text.Segment line, int beg, int end, int startOffset, int type)
TokenImpl
TokenFactory. createToken()
Returns a null token.TokenImpl
TokenFactory. createToken(char[] line, int beg, int end, int startOffset, int type)
Returns a token.TokenImpl
TokenFactory. createToken(javax.swing.text.Segment line, int beg, int end, int startOffset, int type)
Returns a token.Methods in org.fife.ui.rsyntaxtextarea with parameters of type TokenImpl Modifier and Type Method Description static TokenUtils.TokenSubList
TokenUtils. getSubTokenList(Token tokenList, int pos, javax.swing.text.TabExpander e, RSyntaxTextArea textArea, float x0, TokenImpl tempToken)
Modifies the passed-in token list to start at the specified offset.
-