org.fife.ui.rsyntaxtextarea.parser
Class TaskTagParser.TaskNotice
java.lang.Object
org.fife.ui.rsyntaxtextarea.parser.DefaultParserNotice
org.fife.ui.rsyntaxtextarea.parser.TaskTagParser.TaskNotice
- All Implemented Interfaces:
- Comparable<ParserNotice>, ParserNotice
- Enclosing class:
- TaskTagParser
public static class TaskTagParser.TaskNotice
- extends DefaultParserNotice
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."
| Methods inherited from class org.fife.ui.rsyntaxtextarea.parser.DefaultParserNotice |
compareTo, containsPosition, equals, getColor, getLength, getLevel, getLine, getMessage, getOffset, getParser, getShowInEditor, getToolTipText, hashCode, setColor, setLevel, setShowInEditor, setToolTipText, toString |
TaskTagParser.TaskNotice
public TaskTagParser.TaskNotice(Parser parser,
String message,
int line,
int offs,
int length)
Copyright © 2003–2013. All rights reserved.