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

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

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