[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools] Re: Randy's UI patch (hack) for 2.0 Final Release
|
Hi!
"Randy Hudson" <hudsonr@xxxxxxxx> schrieb im Newsbeitrag
news:akdaii$ig$1@xxxxxxxxxxxxxxxx
> Do you mean 2.1? 2.0.1 I'm sure does not have any API changes.
2.0.1 has API changes.
class org.eclipse.ui.internal.WorkbenchWindow:
public IStatus restoreState(IMemento memento)
public IStatus saveState(IMemento memento)
Both changed from return "void" to "IStatus".
Cu, Gunnar