“站点”在eclipse(rcp?)世界中表示或代表什么?

时间:2023-01-20 16:07:10

I just can't find a definition of this term( in the eclipse context). Somebody enlighten me please

我只是找不到这个术语的定义(在eclipse上下文中)。请有人赐教

LE Examples: IWorkbenchSite , IViewSite etc

LE示例:IWorkbenchSite,IViewSite等

1 个解决方案

#1


0  

The interface obviously has children, but they are all internal to Eclipse implementation. A "site" is just a way for a part to access the workbench. See http://blog.eclipse-tips.com/2009/09/back-to-basics-display-shell-window.html.

界面显然有子,但它们都是Eclipse实现的内部。 “站点”只是部件访问工作台的一种方式。请参见http://blog.eclipse-tips.com/2009/09/back-to-basics-display-shell-window.html。

#1


0  

The interface obviously has children, but they are all internal to Eclipse implementation. A "site" is just a way for a part to access the workbench. See http://blog.eclipse-tips.com/2009/09/back-to-basics-display-shell-window.html.

界面显然有子,但它们都是Eclipse实现的内部。 “站点”只是部件访问工作台的一种方式。请参见http://blog.eclipse-tips.com/2009/09/back-to-basics-display-shell-window.html。