87888990919293
return environment.getDependencies(); } @Override public Wizard getWizard() { return new DependencyWizard(this); }
51525354555657
public String getDescription() { return CommonMessages.editorEjbLocalRefDescription; } public Wizard getWizard() { return new EjbLocalRefWizard(this); }
58596061626364
public String getDescription() { return CommonMessages.editorEjbRefDescription; } public Wizard getWizard() { return new EjbRefWizard(this); }
54555657585960
return CommonMessages.editorEjbRelationDescription; } @Override public Wizard getWizard() { return new EjbRelationWizard(this); }
57585960616263
public String getDescription() { return CommonMessages.editorSectionExtModuleDescription; } public Wizard getWizard() { return new ExtModuleWizard(this); }
66676869707172
return CommonMessages.editorGBeanRefDescription; } @Override public Wizard getWizard() { return new GBeanRefWizard(this); }
60616263646566
return CommonMessages.editorSectionGBeanDescription; } @Override public Wizard getWizard() { return new GBeanWizard(this); }
public String getDescription() { return CommonMessages.editorSectionMessageDestDescription; } public Wizard getWizard() { return new MessageDestWizard(this); }
49505152535455
public String getDescription() { return CommonMessages.editorSectionModuleDescription; } public Wizard getWizard() { return new ModuleWizard(this); }
61626364656667
return CommonMessages.editorPersContextRefDescription; } @Override public Wizard getWizard() { return new PersContextRefWizard(this); }