|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_paderborn.fujaba.mpEdit.Hilite
No comment provided by developer, please add a comment to improve documentation.
Field Summary | |
static byte |
COMMENT
No comment provided by developer, please add a comment to improve documentation. |
protected java.awt.Color |
commentColor
No comment provided by developer, please add a comment to improve documentation. |
protected java.awt.Color |
commentXColor
No comment provided by developer, please add a comment to improve documentation. |
static byte |
HIDE
No comment provided by developer, please add a comment to improve documentation. |
protected java.awt.Color |
hideColor
No comment provided by developer, please add a comment to improve documentation. |
protected java.awt.Color |
hideXColor
No comment provided by developer, please add a comment to improve documentation. |
static byte |
KEYWORD
No comment provided by developer, please add a comment to improve documentation. |
protected java.awt.Color |
keywordColor
No comment provided by developer, please add a comment to improve documentation. |
protected java.awt.Color |
keywordXColor
No comment provided by developer, please add a comment to improve documentation. |
static byte |
PLAIN
No comment provided by developer, please add a comment to improve documentation. |
static byte |
QUOTE
No comment provided by developer, please add a comment to improve documentation. |
protected java.awt.Color |
quoteColor
No comment provided by developer, please add a comment to improve documentation. |
protected java.awt.Color |
quoteXColor
No comment provided by developer, please add a comment to improve documentation. |
protected java.awt.Color |
textColor
No comment provided by developer, please add a comment to improve documentation. |
protected java.awt.Color |
textXColor
No comment provided by developer, please add a comment to improve documentation. |
Constructor Summary | |
Hilite(LineMan l,
int t,
boolean a)
Constructor for class Hilite |
Method Summary | |
void |
extendScan(int highest)
No comment provided by developer, please add a comment to improve documentation. |
protected int |
fillBuffer(int line_no)
Fills char[] buffer with line line_no and replaces all tab characters '\t' with blanks |
java.awt.Color |
getCommentColor()
Get the commentColor attribute of the Hilite object |
java.awt.Color |
getCommentXColor()
Get the commentXColor attribute of the Hilite object |
java.awt.Color |
getHideColor()
Get the hideColor attribute of the Hilite object |
java.awt.Color |
getHideXColor()
Get the hideXColor attribute of the Hilite object |
java.awt.Color |
getKeywordColor()
Get the keywordColor attribute of the Hilite object |
java.awt.Color |
getKeywordXColor()
Get the keywordXColor attribute of the Hilite object |
java.awt.Color |
getQuoteColor()
Get the quoteColor attribute of the Hilite object |
java.awt.Color |
getQuoteXColor()
Get the quoteXColor attribute of the Hilite object |
java.awt.Color |
getTextColor()
Get the textColor attribute of the Hilite object |
java.awt.Color |
getTextXColor()
Get the textXColor attribute of the Hilite object |
void |
lineRemoved(int i)
No comment provided by developer, please add a comment to improve documentation. |
protected boolean |
matchKeys(int start,
int end)
No comment provided by developer, please add a comment to improve documentation. |
protected int |
matchOneKey(int key,
int start,
int end)
No comment provided by developer, please add a comment to improve documentation. |
void |
scan(int highest)
Scans all lines in LineMan up to highest for syntax highlighting |
protected void |
scanLine(int i)
No comment provided by developer, please add a comment to improve documentation. |
int |
update(int first,
int last,
int highest)
No comment provided by developer, please add a comment to improve documentation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final byte PLAIN
public static final byte KEYWORD
public static final byte COMMENT
public static final byte QUOTE
public static final byte HIDE
protected java.awt.Color textColor
protected java.awt.Color textXColor
protected java.awt.Color commentColor
protected java.awt.Color commentXColor
protected java.awt.Color keywordColor
protected java.awt.Color keywordXColor
protected java.awt.Color quoteColor
protected java.awt.Color quoteXColor
protected java.awt.Color hideColor
protected java.awt.Color hideXColor
Constructor Detail |
public Hilite(LineMan l, int t, boolean a)
l
- No description providedt
- No description provideda
- No description providedMethod Detail |
public void scan(int highest)
highest
- No description providedpublic void extendScan(int highest)
highest
- No description providedpublic int update(int first, int last, int highest)
first
- No description providedlast
- No description providedhighest
- No description provided
protected void scanLine(int i)
i
- No description providedpublic void lineRemoved(int i)
i
- No description providedprotected int matchOneKey(int key, int start, int end)
key
- No description providedstart
- No description providedend
- No description provided
protected boolean matchKeys(int start, int end)
start
- No description providedend
- No description provided
protected int fillBuffer(int line_no)
line_no
- line number to fill the buffer with
public java.awt.Color getTextColor()
public java.awt.Color getTextXColor()
public java.awt.Color getCommentColor()
public java.awt.Color getCommentXColor()
public java.awt.Color getKeywordColor()
public java.awt.Color getKeywordXColor()
public java.awt.Color getQuoteColor()
public java.awt.Color getQuoteXColor()
public java.awt.Color getHideColor()
public java.awt.Color getHideXColor()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |