我正在尝试创建一个eclipse插件,我需要在其中获取我正在使用的活动工作台的边界:
PlatformUI.getWorkbench().getActiveWorkbenchWindow()
我能够通过
获得shell界限PlatformUI.getWorkbench().getActiveWorkbenchWindow().getShell().getBounds()
但是我需要获得textEditor关于显示的界限 即textEditor的起始像素位置w.r.t.操作系统显示就像我进入
PlatformUI.getWorkbench().getActiveWorkbenchWindow().getShell().getBounds()