Uses of Class
mars.venus.editor.jeditsyntax.tokenmarker.TokenMarker
Packages that use TokenMarker
-
Uses of TokenMarker in mars.venus.editor.jeditsyntax
Fields in mars.venus.editor.jeditsyntax declared as TokenMarkerMethods in mars.venus.editor.jeditsyntax that return TokenMarkerModifier and TypeMethodDescriptionfinal TokenMarker
JEditTextArea.getTokenMarker()
SyntaxDocument.getTokenMarker()
Returns the token marker that is to be used to split lines of this document up into tokens.Methods in mars.venus.editor.jeditsyntax with parameters of type TokenMarkerModifier and TypeMethodDescriptionprotected void
TextAreaPainter.paintLine
(Graphics graphics, TokenMarker tokenMarker, int line, float x) protected void
TextAreaPainter.paintSyntaxLine
(Graphics graphics, TokenMarker tokenMarker, int line, Font defaultFont, Color defaultColor, float x, float y) final void
JEditTextArea.setTokenMarker
(TokenMarker tokenMarker) Sets the document's token marker.void
SyntaxDocument.setTokenMarker
(TokenMarker marker) Sets the token marker that is to be used to split lines of this document up into tokens. -
Uses of TokenMarker in mars.venus.editor.jeditsyntax.tokenmarker
Subclasses of TokenMarker in mars.venus.editor.jeditsyntax.tokenmarker