0

How to change implementation method?

IStatus restoreState()

in class:

org.eclipse.ui.internal.Workbench;
sergej.p
  • 85
  • 1
  • 5

1 Answers1

0

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.

greg-449
  • 109,219
  • 232
  • 102
  • 145