| Summary: | Allow access to PaletteEditParts | ||
|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | David Dubrow <david.dubrow> |
| Component: | GEF-Legacy GEF (MVC) | Assignee: | gef-inbox <gef-inbox> |
| Status: | RESOLVED WORKSFORME | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | ||
| Version: | 3.1.1 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
|
Description
David Dubrow
The place to do this is in the model. There is already API to control the drawer's initial open state. Yes, to set the state of the drawers we do this in the model. However, to get the open state of the drawers, there seems to be no other way than to query the edit parts. You can ask the guy who is displaying the palette model: PaletteViewer.isExpanded(PaletteDrawer) Thanks. :) |