Class TokenUtils.TokenSubList

java.lang.Object
org.fife.ui.rsyntaxtextarea.TokenUtils.TokenSubList
Enclosing class:
TokenUtils

public static class TokenUtils.TokenSubList extends Object
A sub-list of tokens.
  • Field Details

    • tokenList

      public Token tokenList
      The "sub" token list.
    • x

      public float x
      The width, in pixels, of the part of the token list "removed from the front." This way, you know the x-offset of the "new" token list.
  • Constructor Details

    • TokenSubList

      public TokenSubList(Token tokenList, float x)