Uses of Class
jade.tools.gui.ACLSLTokenMarker
-
Packages that use ACLSLTokenMarker Package Description jade.tools.gui -
-
Uses of ACLSLTokenMarker in jade.tools.gui
Fields in jade.tools.gui declared as ACLSLTokenMarker Modifier and Type Field Description protected ACLSLTokenMarkerACLSyntaxDocument. tokenMarkerMethods in jade.tools.gui that return ACLSLTokenMarker Modifier and Type Method Description ACLSLTokenMarkerACLSyntaxDocument. getTokenMarker()Returns the token marker that is to be used to split lines of this document up into tokens.ACLSLTokenMarkerACLTextArea. getTokenMarker()Returns the document's token marker.Methods in jade.tools.gui with parameters of type ACLSLTokenMarker Modifier and Type Method Description protected voidACLTextAreaPainter. paintSyntaxLine(ACLSLTokenMarker tokenMarker, int line, Font defaultFont, Color defaultColor, int x, int y)voidACLSyntaxDocument. setTokenMarker(ACLSLTokenMarker tm)Sets the token marker that is to be used to split lines of this document up into tokens.voidACLTextArea. setTokenMarker(ACLSLTokenMarker tokenMarker)Sets the document's token marker.
-