platform.handleError(e1.toString(),e1);
return;
}
//Get acceptor and selector, quit if cancelled
final DataDescriptor acceptorDesc = new PlugInClassListSelectionDescriptor(CoreMessages.getString("DesignJobDialog.CAPTION_CHOOSE_ACCEPTOR"),null,"ACCEPTOR",acceptorClasses,true); //$NON-NLS-1$ //$NON-NLS-2$
final DataDescriptor selectorDesc = new PlugInClassListSelectionDescriptor(CoreMessages.getString("DesignJobDialog.CAPTION_CHOOSE_SELECTOR"),null,"SELECTOR",selectorClasses,true); //$NON-NLS-1$ //$NON-NLS-2$
final DataDescriptor constructorDesc = new PlugInClassListSelectionDescriptor(CoreMessages.getString("ProbeMakerPlugIn.NAME_CHOOSE_TSSCON"),null,"CONSTRUCTOR",constructorClasses,true); //$NON-NLS-1$ //$NON-NLS-2$
final DataDescriptor resetTagsDesc = new BooleanDescriptor(CoreMessages.getString("DesignJobDialog.CAPTION_RESET_TAG_LIBRARIES"),null,"RESET_TAGS"); //$NON-NLS-1$ //$NON-NLS-2$
if (designJobData == null) {
designJobData = new DefaultDataHolder(new DataDescriptor[] {