Changes between Version 6 and Version 7 of APP_RESOURCE_PREVIEW_POINT_R0
- Timestamp:
- 02/02/09 19:31:25 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
APP_RESOURCE_PREVIEW_POINT_R0
v6 v7 10 10 == Task requirements == 11 11 * Create an extension point for resource preview display. 12 * The interface ( the extension point) should have a preview method that returns !VisualElement.12 * The interface (for the extension point) should have a preview method that returns !VisualElement. 13 13 * The palette should be able to display this !VisualElement. 14 14 … … 18 18 == Implementation idea == 19 19 * Add an extension point to the base.model.resource module. 20 * Create an interface ( the extension point) that has a method preview that returns !VisualElement.20 * Create an interface (for the extension point) that has a method preview that returns !VisualElement. 21 21 22 22 == Related ==