public class SimpleDialog
extends java.lang.Object
| Constructor | Description |
|---|---|
SimpleDialog(com.sun.star.uno.XComponentContext xContext,
java.lang.String sDialogPath) |
Create a new dialog
|
| Modifier and Type | Method | Description |
|---|---|---|
DialogAccess |
getControls() |
Get access to the controls of the dialog
|
com.sun.star.awt.XDialog |
getDialog() |
Get the UNO dialog
|
public SimpleDialog(com.sun.star.uno.XComponentContext xContext,
java.lang.String sDialogPath)
xContext - the component context from which to get the service managersDialogPath - the path to the dialogpublic com.sun.star.awt.XDialog getDialog()
public DialogAccess getControls()