|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.borland.primetime.editor.NullScanner
This is the Scanner class to use when syntax highlighting is not needed and not wanted.
Scanner
Constructor Summary | |
NullScanner()
Creates a scanner that doesn't do anything. |
Method Summary | |
void |
parse(javax.swing.event.DocumentEvent e)
the parse method is called externally to start the scanner. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NullScanner()
Method Detail |
public void parse(javax.swing.event.DocumentEvent e)
parse
in interface Scanner
e
- - the DocumentEvent that triggered this parse.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |