|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UserMessageLevel | |
|---|---|
| com.deepshiftlabs.nerrvana | |
| Uses of UserMessageLevel in com.deepshiftlabs.nerrvana |
|---|
| Fields in com.deepshiftlabs.nerrvana declared as UserMessageLevel | |
|---|---|
UserMessageLevel |
UserMessage.level
|
UserMessageLevel |
NerrvanaPluginSettings.messageThreshold
|
| Fields in com.deepshiftlabs.nerrvana with type parameters of type UserMessageLevel | |
|---|---|
SortedMap<UserMessageLevel,List<UserMessage>> |
Platform.sortedMessages
|
| Methods in com.deepshiftlabs.nerrvana that return UserMessageLevel | |
|---|---|
static UserMessageLevel |
UserMessageLevel.parseThreshold(String s)
|
static UserMessageLevel |
UserMessageLevel.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static UserMessageLevel[] |
UserMessageLevel.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.deepshiftlabs.nerrvana that return types with arguments of type UserMessageLevel | |
|---|---|
static SortedMap<UserMessageLevel,List<UserMessage>> |
UserMessage.getAllUserMessages(Document doc)
Collects all messages in the document and converts them into map of the following form: [key - UserMessageLevel] => [value - list of the UserMessage objects of the given level] |
static SortedMap<UserMessageLevel,List<UserMessage>> |
UserMessage.getPlatformUserMessages(Node nodePlatform)
Collects all messages for the given platform and converts them into map of the following form: [key - UserMessageLevel] => [value - list of the UserMessage objects of the given level] |
SortedMap<UserMessageLevel,List<UserMessage>> |
Platform.getSortedMessages()
|
| Constructors in com.deepshiftlabs.nerrvana with parameters of type UserMessageLevel | |
|---|---|
UserMessage(Node node,
UserMessageLevel level)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||