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
Classes in org.fife.ui.rsyntaxtextarea that implement ParserNoticeModifier and TypeClassDescriptionprivate classA notice that wraps a "marked occurrence" instance.Fields in org.fife.ui.rsyntaxtextarea declared as ParserNoticeModifier and TypeFieldDescriptionprivate ParserNoticeParserManager.NoticeHighlightPair.noticeprivate ParserNoticeRSyntaxTextAreaHighlighter.SyntaxLayeredHighlightInfoImpl.noticeFields in org.fife.ui.rsyntaxtextarea with type parameters of type ParserNoticeMethods in org.fife.ui.rsyntaxtextarea that return types with arguments of type ParserNoticeModifier and TypeMethodDescriptionParserManager.getParserNotices()Returns a list of the current parser notices for this text area.RSyntaxTextArea.getParserNotices()Returns a list of the current parser notices for this text area.Methods in org.fife.ui.rsyntaxtextarea with parameters of type ParserNoticeModifier and TypeMethodDescriptionvoidErrorStrip.Marker.addNotice(ParserNotice notice) (package private) RTextAreaHighlighter.HighlightInfoRSyntaxTextAreaHighlighter.addParserHighlight(ParserNotice notice, Highlighter.HighlightPainter p) Adds a highlight from a parser.intErrorStrip.MarkedOccurrenceNotice.compareTo(ParserNotice other) private booleanParserManager.noticeContainsPointInView(ParserNotice notice, Point p) SinceviewToModel()returns the closest model position, and the position doesn't necessarily contain the point passed in as an argument, this method checks whether the point is indeed contained in the view rectangle for the specified offset.private booleanParserManager.noticeContainsPosition(ParserNotice notice, int offs) Returns whether a parser notice contains the specified offset.private booleanParserManager.shouldRemoveNotice(ParserNotice notice, ParseResult res) Returns whether a parser notice should be removed, based on a parse result.Method parameters in org.fife.ui.rsyntaxtextarea with type arguments of type ParserNoticeModifier and TypeMethodDescriptionErrorStrip.DefaultErrorStripMarkerToolTipProvider.getToolTipText(List<ParserNotice> notices) ErrorStrip.ErrorStripMarkerToolTipProvider.getToolTipText(List<ParserNotice> notices) Returns the tool tip text for a marker in anErrorStripthat denotes a given list of parser notices.Constructors in org.fife.ui.rsyntaxtextarea with parameters of type ParserNoticeModifierConstructorDescription(package private)Marker(ParserNotice notice) (package private)NoticeHighlightPair(ParserNotice notice, RTextAreaHighlighter.HighlightInfo highlight) -
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.Fields in org.fife.ui.rsyntaxtextarea.parser with type parameters of type ParserNoticeMethods 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.