Eclipse2操作和视图
专业术语
视图辅助窗口。
编辑器编辑的地方。
上下文菜单右键。
操作集各种指令。事件
对于复杂的操作:如键的绑定引入
一个命令中间者,且给每个命令提供ID,再在一个xml中统一入口管理。
操作
名称扩展点需要实现的接口
视图org.eclipse.ui.views org.eclipse.ui.part.ViewPart
编辑器org.eclipse.ui.editors
上下文菜单org.eclipse.ui.popupMenus org.eclipse.ui.IObjectActionDelegate | IViewActionDelegate
操作集org.eclipse.ui.actionSets org.eclipse.ui.IWorkbenchWindowActionDelegate | IWorkbenchWindowPuldownDelegate
视图添加行为org.eclipse.ui.viewActions IViewActionDelegate
编辑器加行为org.eclipse.ui.editorActions IEditor博意门
命令(快捷键)org.eclipse.ui.commands
键绑定org.eclipse.ui.bindings
视图
…网站站点
…部分视图
…页工作系系台
…参考参考体体![这里写图片描述(https://img-blog.****.net/2018062723430335?watermark/2/text/aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3FxXzQxNzIwMjA4/font/5a6L5L2T/fontsize/400/fill/I0JBQkFCMA==/dissolve/70体
IWorkbenckPage 工作台页面.
IViewPart 所有的视图.