Changes between Version 5 and Version 6 of APP_RESOURCE_PREVIEW_POINT_R0


Ignore:
Timestamp:
02/02/09 13:56:36 (16 years ago)
Author:
tanya
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • APP_RESOURCE_PREVIEW_POINT_R0

    v5 v6  
    1111 * Create an extension point for resource preview display. 
    1212 * The interface (the extension point) should have a preview method that returns !VisualElement. 
     13 * The palette should be able to display this !VisualElement. 
    1314 
    1415== Task result == 
     
    1819 * Add an extension point to the base.model.resource module. 
    1920 * Create an interface (the extension point) that has a method preview that returns !VisualElement. 
    20  * The palette should be able to display this !VisualElement. 
    21  
     21  
    2222== Related == 
    2323 * [wiki:BASE_RESOURCE_COMMONS_R0]