Changes between Version 12 and Version 13 of ANCHORING_MODE_COMMONS_R0


Ignore:
Timestamp:
08/06/09 17:36:21 (16 years ago)
Author:
diana
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ANCHORING_MODE_COMMONS_R0

    v12 v13  
    3333 
    3434= Design = 
     35In order to provide the anchoring prototype the following changes are made: 
     36 * added new enum AnchorMode - holds all modes of the anchoring. 
     37 * added new class Attachment with two attributes: first of type ResourceRef in order to hold the reference of the resource being attached and the second - the anchoring mode of type AnchorMode. 
     38 * In ImmHotText class add attribute of type Map<Attachment,HotInterval> - it holds map of all the attachments in the text. 
     39 * In HotTextBookResource class add property of type RwListProp<Resource> to hold all the anchored resources. 
     40 * Added new class Anchor which extends BaseProObject and implements Element - the element anchor. It has property of type Attachment - it holds the attachment that this anchor refers to, it's parent is of type Frame. 
     41 * Added new class AnchorView - it's parent is of type SwingTextView(only temporary) and has a property getRelPos - the rel pos of the character that this resource is attached to. 
     42 * In HotTextView class add new property List<Anchor> - holds all the anchors of the view. 
    3543 
    36  
     44 * Add 4 classes for the hud (checked work). 
     45 * The logic should be the following : when the hud is closed : 1:in ImmHotText -> Map a new Entry is added, 2: in the HotTextBookResource is added the real resource , 3: the resource is deleted from it's old holder(will it be the same?) 
    3746= Implementation = 
    3847^(Implementation results should be described and linked here (from the wiki or the repository))^