public class DialogHelper
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
invokeDialog(java.awt.Window owner,
com.jniwrapper.Function function,
com.jniwrapper.Parameter returnValue,
com.jniwrapper.Parameter[] parameters)
Invokes specified dialog box
|
public static void invokeDialog(java.awt.Window owner, com.jniwrapper.Function function, com.jniwrapper.Parameter returnValue, com.jniwrapper.Parameter[] parameters)
owner
- Parent window for the dialogfunction
- Function that displays dialog boxreturnValue
- Result of the dialog executionparameters
- Arguments of the function specified by the function
parameter