java - Eclipse Plugin Development: Get Active WorkBench bounds -


i trying create eclipse plugin in need bounds of active workbench getting with:

platformui.getworkbench().getactiveworkbenchwindow() 

i able shell bounds

platformui.getworkbench().getactiveworkbenchwindow().getshell().getbounds() 

but need bounds of texteditor respect display i.e. starting pixel location of texteditor w.r.t. os display in

platformui.getworkbench().getactiveworkbenchwindow().getshell().getbounds() 


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -