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 TokenMarkerJEditTextArea.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 voidTextAreaPainter.paintLine(Graphics graphics, TokenMarker tokenMarker, int line, int x) protected voidTextAreaPainter.paintSyntaxLine(Graphics graphics, TokenMarker tokenMarker, int line, Font defaultFont, Color defaultColor, int x, int y) final voidJEditTextArea.setTokenMarker(TokenMarker tokenMarker) Sets the document's token marker.voidSyntaxDocument.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