com.borland.primetime.editor
Class NullScanner

java.lang.Object
  |
  +--com.borland.primetime.editor.NullScanner

public class NullScanner
extends java.lang.Object
implements Scanner

This is the Scanner class to use when not doing syntax highlighting.

See Also:
Scanner

Constructor Summary
NullScanner()
           
 
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

NullScanner

public NullScanner()
Method Detail

parse

public void parse(javax.swing.event.DocumentEvent e)
the parse method is called externally to start the scanner. This implementation overrides it to do nothing, so no scanning is performed.
Specified by:
parse in interface Scanner
Parameters:
e - - the DocumentEvent that triggered this parse.