java - Eclipse RCP. How to change method in org.eclipse.ui.internal -


how change implementation method?

istatus restorestate() 

in class:

org.eclipse.ui.internal.workbench; 

you can't, internal classes out of bounds - eclipse api rules of engagement.

the method restorestate not exist in eclipse 4.3 version of workbench.


Comments

Popular posts from this blog

javascript - How to name a jQuery function to make a browser's back button work? -

python - Django-easy-pdf: xhtml2pdf reporting reportlab 2.2+ is required, but 3.0 installed -

collision detection - C++ library for mesh to mesh intersection: what is available? -