Changes between Version 4 and Version 5 of APP_RESOURCE_PREVIEW_POINT_R0
- Timestamp:
- 02/02/09 13:54:37 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
APP_RESOURCE_PREVIEW_POINT_R0
v4 v5 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 13 13 14 == Task result == … … 15 16 16 17 == Implementation idea == 17 * Create an interface that will have a void method preview and will take as an argument Resource. 18 * Add an extension point to the base.model.resource module. 19 * Create an interface (the extension point) that has a method preview that returns !VisualElement. 20 * The palette should be able to display this !VisualElement. 18 21 19 22 == Related == … … 24 27 * [wiki:SCENE_VIDEO_POINT_R0] 25 28 * [wiki:APP_RESOURCE_PREVIEW_DISPLAY_R0] 29 * [wiki:BASE_RESOURCE_POINTS_R0] 26 30 27 31 == How to demo ==