Uses of Interface
org.fife.ui.rsyntaxtextarea.parser.ParserNotice
-
Packages that use ParserNotice Package Description org.fife.ui.rsyntaxtextarea A syntax-highlighting text editor.org.fife.ui.rsyntaxtextarea.parser Interfaces for parsing text in RSyntaxTextAreas and identifying errors, warnings, etc. -
-
Uses of ParserNotice in org.fife.ui.rsyntaxtextarea
Methods in org.fife.ui.rsyntaxtextarea that return types with arguments of type ParserNotice Modifier and Type Method Description List<ParserNotice>RSyntaxTextArea. getParserNotices()Returns a list of the current parser notices for this text area.Method parameters in org.fife.ui.rsyntaxtextarea with type arguments of type ParserNotice Modifier and Type Method Description StringErrorStrip.ErrorStripMarkerToolTipProvider. getToolTipText(List<ParserNotice> notices)Returns the tool tip text for a marker in anErrorStripthat denotes a given list of parser notices. -
Uses of ParserNotice in org.fife.ui.rsyntaxtextarea.parser
Classes in org.fife.ui.rsyntaxtextarea.parser that implement ParserNotice Modifier and Type Class Description classDefaultParserNoticeBase implementation of a parser notice.static classTaskTagParser.TaskNoticeA parser notice that signifies a task.Methods in org.fife.ui.rsyntaxtextarea.parser that return types with arguments of type ParserNotice Modifier and Type Method Description List<ParserNotice>DefaultParseResult. getNotices()Returns the notices for the parsed section.List<ParserNotice>ParseResult. getNotices()Returns the notices for the parsed section.Methods in org.fife.ui.rsyntaxtextarea.parser with parameters of type ParserNotice Modifier and Type Method Description voidDefaultParseResult. addNotice(ParserNotice notice)Adds a parser notice.intDefaultParserNotice. compareTo(ParserNotice other)Compares this parser notice to another.
-