public void run(IAction action) { Shell shell = Display.getCurrent().getActiveShell(); MessageDialog.openInformation( shell, "Hello2 プラグイン", "Hello, Eclipse world"); }