|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jniwrapper.win32.ui.dialogs.DialogHelper
This class provides functionality that allows to display dialog boxes
Method Summary | |
static void |
invokeDialog(java.awt.Window owner,
com.jniwrapper.Function function,
com.jniwrapper.Parameter returnValue,
com.jniwrapper.Parameter[] parameters)
Invokes specified dialog box |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
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
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |