创建一个 Eclipse 用户界面(UI)命令,提供一个菜单项来调用命令处理程序。
Create an Eclipse user intereface (UI) command to provide a menu entry to call a command handler.
例如,清单2中的代码创建典型的应用程序中常见的菜单项列表,然后完全在代码中创建其他用户界面元素。
For example, the code in Listing 2 creates a list of menu items you would find on a typical application, then creates the remaining UI elements totally in code.
应用推荐