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