220221222223224225226
/** * If the user doesn't explicitly set the data view dialog popout class, * this generic one will be created. */ protected void setupGenericDataViewDialogImpl() { popupDataViewDialog = new GenericDataViewDialogImpl(getShell(), SWT.DIALOG_TRIM); }