|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectyu.ac.bg.etf.javaqx.qswing.text.TextHighlighter
yu.ac.bg.etf.javaqx.qswingx.text.code.CppHighlighter
C/C++ Syntax Highlighter.
NOTE: This is an ad hoc implementation.
Constructor Summary | |
CppHighlighter()
Constructs new JavaHighlighter object. |
Method Summary | |
protected void |
highlightBlock(int blockStart,
java.lang.String blockText)
Highlighs specified block of text. |
Methods inherited from class yu.ac.bg.etf.javaqx.qswing.text.TextHighlighter |
setFormat |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CppHighlighter()
Method Detail |
protected void highlightBlock(int blockStart, java.lang.String blockText)
highlightBlock
in class TextHighlighter
blockStart
- the start of the blockblockText
- the text of the block
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |