Uses of Class
org.gvsig.utils.console.jedit.TokenMarker
Packages that use TokenMarker
-
Uses of TokenMarker in org.gvsig.utils.console
Methods in org.gvsig.utils.console with parameters of type TokenMarker -
Uses of TokenMarker in org.gvsig.utils.console.jedit
Subclasses of TokenMarker in org.gvsig.utils.console.jeditModifier and TypeClassDescriptionclassBatch file token marker.classC++ token marker.classC token marker.classEiffel token Marker.classHTML token marker.classIDL token marker.classJavaScript token marker.classJava token marker.classMakefile token marker.classPatch/diff token marker.classPerl token marker.classPHP token marker.classJava properties/DOS INI token marker.classPython token marker.classShell script token marker.classSQL token marker.classTeX token marker.classTransact-SQL token marker.classXML token marker.Fields in org.gvsig.utils.console.jedit declared as TokenMarkerMethods in org.gvsig.utils.console.jedit that return TokenMarkerModifier and TypeMethodDescriptionfinal TokenMarkerJEditTextArea.getTokenMarker()Returns the document's token marker.SyntaxDocument.getTokenMarker()Returns the token marker that is to be used to split lines of this document up into tokens.Methods in org.gvsig.utils.console.jedit with parameters of type TokenMarkerModifier and TypeMethodDescriptionprotected voidTextAreaPainter.paintLine(Graphics gfx, TokenMarker tokenMarker, int line, int x) protected voidTextAreaPainter.paintSyntaxLine(Graphics gfx, 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 tm) Sets the token marker that is to be used to split lines of this document up into tokens.