标准对话框

org.eclipse.jface.dialogs 定义对话框的基本支持。此包提供标准对话框来显示用户消息并获取来自用户的简单输入。

设计标准对话框的目的是让您可以在对话框的构造器中完整地指定对话框。在自述文件工具的视图操作的操作中, 我们看到了 MessageDialog

      MessageDialog.openInformation(
      view.getSite().getShell(),"Readme Editor","View Action executed");

Copyright IBM Corporation and others 2000, 2003.