|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_paderborn.fujaba.mpEdit.LineInfo
No comment provided by developer, please add a comment to improve documentation.
Field Summary | |
protected java.lang.String |
data
No comment provided by developer, please add a comment to improve documentation. |
protected boolean |
inComment
No comment provided by developer, please add a comment to improve documentation. |
protected boolean |
inLiteral
No comment provided by developer, please add a comment to improve documentation. |
protected int |
keyCt
No comment provided by developer, please add a comment to improve documentation. |
protected int[] |
keyEnds
No comment provided by developer, please add a comment to improve documentation. |
protected int[] |
keyStarts
No comment provided by developer, please add a comment to improve documentation. |
protected byte[] |
keyTypes
No comment provided by developer, please add a comment to improve documentation. |
protected java.awt.Color |
tagColor
No comment provided by developer, please add a comment to improve documentation. |
protected int |
tagValue
No comment provided by developer, please add a comment to improve documentation. |
Constructor Summary | |
LineInfo(java.lang.String s)
Constructor for class LineInfo |
Method Summary | |
boolean |
isFreeStanding(int number)
this works for columns not char numbers, so not quite working now |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.lang.String data
protected boolean inComment
protected boolean inLiteral
protected int keyCt
protected int[] keyStarts
protected int[] keyEnds
protected byte[] keyTypes
protected int tagValue
protected java.awt.Color tagColor
Constructor Detail |
public LineInfo(java.lang.String s)
s
- No description providedMethod Detail |
public boolean isFreeStanding(int number)
number
- No description provided
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |