de.tobiasbudde.regedit.swing
Class RegExpHighlighter

java.lang.Object
  extended by de.tobiasbudde.regedit.swing.RegExpHighlighter
All Implemented Interfaces:
RegularListener

public class RegExpHighlighter
extends java.lang.Object
implements RegularListener


Constructor Summary
RegExpHighlighter(javax.swing.text.Highlighter highlighter, javax.swing.text.Highlighter.HighlightPainter painter, javax.swing.text.Highlighter.HighlightPainter painterGroup)
           
 
Method Summary
 void operateMatch(Match match)
          called for every match (matching string)
 void removeHighlights()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegExpHighlighter

public RegExpHighlighter(javax.swing.text.Highlighter highlighter,
                         javax.swing.text.Highlighter.HighlightPainter painter,
                         javax.swing.text.Highlighter.HighlightPainter painterGroup)
Method Detail

operateMatch

public void operateMatch(Match match)
                  throws java.lang.Exception
Description copied from interface: RegularListener
called for every match (matching string)

Specified by:
operateMatch in interface RegularListener
Throws:
java.lang.Exception

removeHighlights

public void removeHighlights()


Copyright © 2008 tobiasbudde.de. All Rights Reserved.