| Summary: | Fix JavaDoc on GraphicalEditorWithPalette | ||
|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Chris Lee <eclipse> |
| Component: | GEF-Legacy GEF (MVC) | Assignee: | Anthony Hunter <ahunter.eclipse> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 3.2 | ||
| Target Milestone: | 3.3.0 (Europa) M6 | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
|
Description
Chris Lee
We should probably just remove the comment that recommends not subclassing. It is not realistic. (In reply to comment #1) > We should probably just remove the comment that recommends not subclassing. It > is not realistic. Agreed, many clients have already extended GraphicalEditorWithPalette. I have removed the comment. Chris, if you are still interested in some kind of custom splitter widget outside of the editor hierarchy, the project whose mission is to provide such widgets is Nebula. You could look there and even submit our (internal) Splitter class to them as a starting point for some kind of custom widget. I'm good - we already extend the GraphicalEditorWithPalette; I was just noting that the doc said we weren't supposed to, so I was worried it might change and break our app. |