Uses of Class
omix.plugin.MessageType
Package | Description |
---|---|
omix.plugin |
The main package of the Omix Plugin Interface.
This package contains interfaces allowing to implement an ApplicationExtension and DocumentExtension plugin. |
-
Uses of MessageType in omix.plugin
Methods in omix.plugin that return MessageType Modifier and Type Method Description static MessageType
MessageType. valueOf(String name)
Returns the enum constant of this type with the specified name.static MessageType[]
MessageType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in omix.plugin with parameters of type MessageType Modifier and Type Method Description void
AbstractAccessManager. message(String title, String message, String detail, MessageType messageType)
Shows a message from the plugin.