Search code examples
javaeclipsercp

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


How to change implementation method?

IStatus restoreState()

in class:

org.eclipse.ui.internal.Workbench;

Solution

  • 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.