| javax.swing.JTextPane org.isqlviewer.swing.text.SyntaxHighlighter
SyntaxHighlighter | public class SyntaxHighlighter extends JTextPane implements DocumentListener(Code) | | Display text with syntax highlighting. Highlighting is done with full accuracy, using a given language scanner. Large
amounts of re-highlighting are done in small bursts to make sure the user interface doesn't freeze.
|
Constructor Summary | |
public | SyntaxHighlighter(int height, int width, SqlProcessor scanner) Create a graphics component which displays text with syntax highlighting. |
SyntaxHighlighter | public SyntaxHighlighter(int height, int width, SqlProcessor scanner)(Code) | | Create a graphics component which displays text with syntax highlighting. Provide a width and height, in
characters, and a language scanner.
|
|
|