Exemplo n.º 1
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(WorkflowEditorPlugin.INSTANCE.getString("_UI_Wizard_label"));
   setDefaultPageImageDescriptor(
       ExtendedImageRegistry.INSTANCE.getImageDescriptor(
           WorkflowEditorPlugin.INSTANCE.getImage("full/wizban/NewWorkflow")));
 }