} catch (ClassNotFoundException e) {
LOG.error(e.getMessage(), e);
} catch (InvalidUsingException e) {
LOG.error(e.getMessage(), e);
}
Injector injector = Guice.createInjector(Stage.PRODUCTION, new CodeViewModule());
this.exports = injector.getInstance(Key.get(new TypeLiteral<Map<String, ClassExport>>() {
}));
this.codeTools = injector.getInstance(SkeletonCodeTools.class);
// 選択リスナに登録
this.diagramViewManager.addEntitySelectionListener(this);