Uses of Enum Class
org.fife.ui.rsyntaxtextarea.parser.ParserNotice.Level
Packages that use ParserNotice.Level
Package
Description
A syntax-highlighting text editor.
Interfaces for parsing text in RSyntaxTextAreas and identifying errors,
warnings, etc.
-
Uses of ParserNotice.Level in org.fife.ui.rsyntaxtextarea
Fields in org.fife.ui.rsyntaxtextarea declared as ParserNotice.LevelModifier and TypeFieldDescriptionprivate ParserNotice.LevelErrorStrip.levelThresholdOnly notices of this severity (or worse) will be displayed in this error strip.Methods in org.fife.ui.rsyntaxtextarea that return ParserNotice.LevelModifier and TypeMethodDescriptionErrorStrip.MarkedOccurrenceNotice.getLevel()ErrorStrip.getLevelThreshold()Returns the minimum severity a parser notice must be for it to be displayed in this error strip.Methods in org.fife.ui.rsyntaxtextarea with parameters of type ParserNotice.LevelModifier and TypeMethodDescriptionvoidErrorStrip.setLevelThreshold(ParserNotice.Level level) Sets the minimum severity a parser notice must be for it to be displayed in this error strip. -
Uses of ParserNotice.Level in org.fife.ui.rsyntaxtextarea.parser
Subclasses with type arguments of type ParserNotice.Level in org.fife.ui.rsyntaxtextarea.parserModifier and TypeClassDescriptionstatic enumDenotes the severity of a parser notice.Fields in org.fife.ui.rsyntaxtextarea.parser declared as ParserNotice.LevelMethods in org.fife.ui.rsyntaxtextarea.parser that return ParserNotice.LevelModifier and TypeMethodDescriptionDefaultParserNotice.getLevel()ParserNotice.getLevel()Returns the level of this notice.static ParserNotice.LevelReturns the enum constant of this class with the specified name.static ParserNotice.Level[]ParserNotice.Level.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.fife.ui.rsyntaxtextarea.parser with parameters of type ParserNotice.LevelModifier and TypeMethodDescriptionprivate voidXmlParser.Handler.doError(SAXParseException e, ParserNotice.Level level) booleanParserNotice.Level.isEqualToOrWorseThan(ParserNotice.Level other) Returns whether this level is as sever as, or worse than, another level.voidDefaultParserNotice.setLevel(ParserNotice.Level level) Sets the level of this notice.