Changes between Version 6 and Version 7 of APP_RESOURCE_PREVIEW_POINT_R0


Ignore:
Timestamp:
02/02/09 19:31:25 (16 years ago)
Author:
tanya
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • APP_RESOURCE_PREVIEW_POINT_R0

    v6 v7  
    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. 
     12 * The interface (for the extension point) should have a preview method that returns !VisualElement. 
    1313 * The palette should be able to display this !VisualElement. 
    1414 
     
    1818== Implementation idea == 
    1919 * 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. 
    2121  
    2222== Related ==