|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.fife.ui.rsyntaxtextarea.parser.DefaultParserNotice
org.fife.ui.rsyntaxtextarea.parser.TaskTagParser.TaskNotice
public static class TaskTagParser.TaskNotice
A parser notice that signifies a task. This class is here so we can
treat tasks specially and show them in the ErrorStrip even
though they are INFO-level and marked as "don't show in
editor."
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.fife.ui.rsyntaxtextarea.parser.ParserNotice |
|---|
ParserNotice.Level |
| Constructor Summary | |
|---|---|
TaskTagParser.TaskNotice(Parser parser,
java.lang.String message,
int line,
int offs,
int length)
|
|
| Method Summary |
|---|
| Methods inherited from class org.fife.ui.rsyntaxtextarea.parser.DefaultParserNotice |
|---|
compareTo, containsPosition, equals, getColor, getKnowsOffsetAndLength, getLength, getLevel, getLine, getMessage, getOffset, getParser, getShowInEditor, getToolTipText, hashCode, setColor, setLevel, setShowInEditor, setToolTipText, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TaskTagParser.TaskNotice(Parser parser,
java.lang.String message,
int line,
int offs,
int length)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||