Package com._1c.g5.aef2.lwt
Class LwtDialogRenderingParameters
java.lang.Object
com._1c.g5.aef2.lwt.LwtDialogRenderingParameters
- All Implemented Interfaces:
IRenderingParameters
The LWT dialog rendering parameters.
-
Constructor Summary
ConstructorsConstructorDescriptionLwtDialogRenderingParameters
(org.eclipse.swt.widgets.Shell parentShell) Instantiates a new SWT dialog rendering parameters.LwtDialogRenderingParameters
(org.eclipse.swt.widgets.Shell parentShell, org.eclipse.ui.forms.widgets.FormToolkit toolkit) Instantiates a new SWT dialog rendering parameters. -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.swt.widgets.Shell
Gets the parent shell of the dialog.org.eclipse.ui.forms.widgets.FormToolkit
Returns theFormToolkit
-
Constructor Details
-
LwtDialogRenderingParameters
public LwtDialogRenderingParameters(org.eclipse.swt.widgets.Shell parentShell) Instantiates a new SWT dialog rendering parameters.- Parameters:
parentShell
- the parent shell of the dialog.
-
LwtDialogRenderingParameters
public LwtDialogRenderingParameters(org.eclipse.swt.widgets.Shell parentShell, org.eclipse.ui.forms.widgets.FormToolkit toolkit) Instantiates a new SWT dialog rendering parameters.- Parameters:
parentShell
- the parent shell of the dialog.toolkit
- theFormToolkit
.
-
-
Method Details
-
getParentShell
public org.eclipse.swt.widgets.Shell getParentShell()Gets the parent shell of the dialog.- Returns:
- the parent shell.
-
getToolkit
public org.eclipse.ui.forms.widgets.FormToolkit getToolkit()Returns theFormToolkit
- Returns:
- the toolkit.
-