Uses of Interface
org.fife.ui.rsyntaxtextarea.parser.ParserNotice
Packages that use ParserNotice
Package
Description
A syntax-highlighting text editor.
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 ParserNoticeModifier and TypeMethodDescriptionRSyntaxTextArea.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 ParserNoticeModifier and TypeMethodDescriptionErrorStrip.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 ParserNoticeModifier and TypeClassDescriptionclassBase implementation of a parser notice.static classA parser notice that signifies a task.Subinterfaces with type arguments of type ParserNotice in org.fife.ui.rsyntaxtextarea.parserModifier and TypeInterfaceDescriptioninterfaceA notice (e.g., a warning or error) from a parser.Methods in org.fife.ui.rsyntaxtextarea.parser that return types with arguments of type ParserNoticeModifier and TypeMethodDescriptionDefaultParseResult.getNotices()ParseResult.getNotices()Returns the notices for the parsed section.Methods in org.fife.ui.rsyntaxtextarea.parser with parameters of type ParserNoticeModifier and TypeMethodDescriptionvoidDefaultParseResult.addNotice(ParserNotice notice) Adds a parser notice.intDefaultParserNotice.compareTo(ParserNotice other) Compares this parser notice to another.