How to change implementation method?
IStatus restoreState()
in class:
org.eclipse.ui.internal.Workbench;
You can't, internal classes are out of bounds - Eclipse API Rules of Engagement.
The method restoreState
does not even exist in the Eclipse 4.3 version of Workbench
.