36373839404142
* Create the dialog. * @param parentShell */ public InsertMeasureDialog(Shell parentShell) { super(parentShell); this.wrapper = new InsertMeasuresDialogWrapper(); }