/**
  * This just records the information.
  * <!-- begin-user-doc -->
  * <!-- end-user-doc -->
  *
  * @generated
  */
 public void init(IWorkbench workbench, IStructuredSelection selection) {
   this.workbench = workbench;
   this.selection = selection;
   setWindowTitle(SACMEditorPlugin.INSTANCE.getString("_UI_Wizard_label")); // $NON-NLS-1$
   setDefaultPageImageDescriptor(
       ExtendedImageRegistry.INSTANCE.getImageDescriptor(
           SACMEditorPlugin.INSTANCE.getImage("full/wizban/NewArgumentation"))); // $NON-NLS-1$
 }
Esempio n. 2
0
 /**
  * This just records the information.
  * <!-- begin-user-doc -->
  * <!-- end-user-doc -->
  *
  * @generated
  */
 public void init(IWorkbench workbench, IStructuredSelection selection) {
   this.workbench = workbench;
   this.selection = selection;
   setWindowTitle(WebPageEditorPlugin.INSTANCE.getString("_UI_Wizard_label"));
   setDefaultPageImageDescriptor(
       ExtendedImageRegistry.INSTANCE.getImageDescriptor(
           WebPageEditorPlugin.INSTANCE.getImage("full/wizban/NewWebpage")));
 }
 @Override
 public void init(IWorkbench workbench, IStructuredSelection selection) {
   this.workbench = workbench;
   this.selection = selection;
   // We are keeping the label and the image from the original wizard
   setWindowTitle(MICOBSPlugin.INSTANCE.getString("_UI_Wizard_label"));
   setDefaultPageImageDescriptor(
       ExtendedImageRegistry.INSTANCE.getImageDescriptor(
           MICOBSPlugin.INSTANCE.getImage("full/wizban/Newlibdesc")));
 }