|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ParserNotice.Level | |
|---|---|
| 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.Level in org.fife.ui.rsyntaxtextarea |
|---|
| Methods in org.fife.ui.rsyntaxtextarea that return ParserNotice.Level | |
|---|---|
ParserNotice.Level |
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.Level | |
|---|---|
void |
ErrorStrip.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 |
|---|
| Methods in org.fife.ui.rsyntaxtextarea.parser that return ParserNotice.Level | |
|---|---|
ParserNotice.Level |
DefaultParserNotice.getLevel()
Returns the level of this notice. |
ParserNotice.Level |
ParserNotice.getLevel()
Returns the level of this notice. |
static ParserNotice.Level |
ParserNotice.Level.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ParserNotice.Level[] |
ParserNotice.Level.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.fife.ui.rsyntaxtextarea.parser with parameters of type ParserNotice.Level | |
|---|---|
boolean |
ParserNotice.Level.isEqualToOrWorseThan(ParserNotice.Level other)
Returns whether this level is as sever as, or worse than, another level. |
void |
DefaultParserNotice.setLevel(ParserNotice.Level level)
Sets the level of this notice. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||