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
Post a Comment