Changes between Version 14 and Version 15 of BASE_DND_R0


Ignore:
Timestamp:
05/22/09 15:40:31 (16 years ago)
Author:
vlado
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BASE_DND_R0

    v14 v15  
    4141   * Embedded books 
    4242   * etc. 
    43    * May include the buttons that are draggable (for resizing the Page, moving the Frame etc.) - this is optional since we already have some implementaion for dragging these buttons. 
     43   * May include the buttons that are dragable (for resizing the Page, moving the Frame etc.) - this is optional since we already have some implementaion for dragging these buttons. 
    4444 *''' New tables should be defined:''' 
    4545  * A table for possible DnD transfers and scenarios. 
     
    103103  * TransferableConverter - a Utility class providing functionality to convert from DnDTransferable to Transferable and vice-versa. 
    104104  * DnDDataProvider interface and its implementor SimpleDnDDataProvider - defines Sophie extension for creation of DnDData objects. 
    105 [[Image(source:/branches/private/vlado/sophie2-platform/doc/uml-design-diagrams/DnDDesign.png@2814)]] 
     105[[Image(source:/branches/private/vlado/sophie2-platform/doc/uml-design-diagrams/DnDDesign.png)]] 
    106106 
    107107 * The following operations are supported: 
     
    144144     * Outside Sophie2 
    145145  * Cut - implemented as Copy + Delete (which is the typical behavior) 
    146 [[Image(source:/branches/private/vlado/sophie2-platform/doc/uml-design-diagrams/DnDActivity.png@2814)]] 
     146[[Image(source:/branches/private/vlado/sophie2-platform/doc/uml-design-diagrams/DnDActivity.png)]] 
    147147 
    148148