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 TokenImplTokenMakerBase. currentTokenUsed in the creation of the linked list.protected TokenImplTokenMakerBase. firstTokenThe first token in the returned linked list.protected TokenImplTokenMakerBase. previousTokenUsed in the creation of the linked list.Methods in org.fife.ui.rsyntaxtextarea with parameters of type TokenImpl Modifier and Type Method Description static 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.
-