Changes between Version 4 and Version 5 of APP_RESOURCE_PREVIEW_POINT_R0


Ignore:
Timestamp:
02/02/09 13:54:37 (16 years ago)
Author:
tanya
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • APP_RESOURCE_PREVIEW_POINT_R0

    v4 v5  
    1010== Task requirements == 
    1111 * Create an extension point for resource preview display. 
     12 * The interface (the extension point) should have a preview method that returns !VisualElement. 
    1213 
    1314== Task result == 
     
    1516 
    1617== 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. 
    1821 
    1922== Related == 
     
    2427 * [wiki:SCENE_VIDEO_POINT_R0] 
    2528 * [wiki:APP_RESOURCE_PREVIEW_DISPLAY_R0] 
     29 * [wiki:BASE_RESOURCE_POINTS_R0] 
    2630 
    2731== How to demo ==