| Summary: | [WorkbenchParts] setInputWithNotify not easily adopted | ||
|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | Randy Hudson <hudsonr> |
| Component: | UI | Assignee: | Paul Webster <pwebster> |
| Status: | RESOLVED DUPLICATE | QA Contact: | |
| Severity: | major | ||
| Priority: | P4 | CC: | michaelvanmeekeren |
| Version: | 3.2 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
|
Description
Randy Hudson
The other problem I am having with this method is that it doesn't call the old method. So, if I have an editor that is currently calling setInput, I need to switch to calling the new method, and I need to override setInputandNotify() to call setInput() in case subclasses have extended the old method. |