Class SwtDialogRenderingParameters

    • Constructor Detail

      • SwtDialogRenderingParameters

        public SwtDialogRenderingParameters​(org.eclipse.swt.widgets.Shell parentShell)
        Instantiates a new SWT dialog rendering parameters.
        Parameters:
        parentShell - the parent shell of the dialog.
      • SwtDialogRenderingParameters

        public SwtDialogRenderingParameters​(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 - the FormToolkit.
    • Method Detail

      • 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 the FormToolkit
        Returns:
        the toolkit.