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

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

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

android - How to create dynamically Fragment pager adapter -