de.uni_paderborn.fujaba.mpEdit
Class HiliteJava

java.lang.Object
  extended byde.uni_paderborn.fujaba.mpEdit.Hilite
      extended byde.uni_paderborn.fujaba.mpEdit.HiliteJava

public class HiliteJava
extends Hilite

No comment provided by developer, please add a comment to improve documentation.

Version:
$Revision: 1.14 $
Author:
$Author: schneider $

Field Summary
 
Fields inherited from class de.uni_paderborn.fujaba.mpEdit.Hilite
COMMENT, commentColor, commentXColor, HIDE, hideColor, hideXColor, KEYWORD, keywordColor, keywordXColor, PLAIN, QUOTE, quoteColor, quoteXColor, textColor, textXColor
 
Constructor Summary
HiliteJava(LineMan l, int t, boolean a)
          Constructor for class HiliteJava
 
Method Summary
protected  void scanLine(int i)
          No comment provided by developer, please add a comment to improve documentation.
 
Methods inherited from class de.uni_paderborn.fujaba.mpEdit.Hilite
extendScan, fillBuffer, getCommentColor, getCommentXColor, getHideColor, getHideXColor, getKeywordColor, getKeywordXColor, getQuoteColor, getQuoteXColor, getTextColor, getTextXColor, lineRemoved, matchKeys, matchOneKey, scan, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HiliteJava

public HiliteJava(LineMan l,
                  int t,
                  boolean a)
Constructor for class HiliteJava

Parameters:
l - No description provided
t - No description provided
a - No description provided
Method Detail

scanLine

protected void scanLine(int i)
No comment provided by developer, please add a comment to improve documentation.

Overrides:
scanLine in class Hilite
Parameters:
i - No description provided