Package | Description |
---|---|
lavesdk.algorithm.plugin | |
lavesdk.algorithm.plugin.enums | |
lavesdk.algorithm.plugin.security | |
lavesdk.sandbox |
Modifier and Type | Method and Description |
---|---|
void |
PluginHost.showMessage(AlgorithmPlugin plugin,
java.lang.String msg,
java.lang.String title,
MessageIcon icon)
Displays a message box in the host application.
|
Modifier and Type | Method and Description |
---|---|
static MessageIcon |
MessageIcon.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MessageIcon[] |
MessageIcon.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
HostSecurity.showMessage(AlgorithmPlugin plugin,
java.lang.String msg,
java.lang.String title,
MessageIcon icon)
Displays a message box.
|
Modifier and Type | Method and Description |
---|---|
void |
Sandbox.showMessage(AlgorithmPlugin plugin,
java.lang.String msg,
java.lang.String title,
MessageIcon icon) |