Changes between Version 14 and Version 15 of TEXT_LINK_MANIPULATION_R0


Ignore:
Timestamp:
11/02/09 11:52:49 (15 years ago)
Author:
deni
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TEXT_LINK_MANIPULATION_R0

    v14 v15  
    5757 * Highlights 
    5858   * Highlights will be added in {{{ HeadTextFrameView }}}. 
    59      * add a new property that contains a list of all hovered links - {{{ ListProp<TextLink> hoveredLinks() }}} 
     59     * add a new property that contains a list of all hovered links - {{{ ListProp<LinkAttachment> hoveredLinks() }}} 
    6060     * use this property to create the appropriate highlights in {{{ HeadTextFrameView.textView()...textFlow().getExtraHighlights() }}} 
    6161     * override {{{ void touch() }}} in {{{ HotTextElementHelper }}} to depend on the highlights, so that the scene gets repainted when the highlights change. 
     
    8181     * add a new property in ElementView - public Prop<SimpleLinkHolder> linkHolder() 
    8282   * Add a nested class  {{{ TextLinkHolder }}} exdending LinkHolder in {{{ HeadTextFrameView }}}. 
    83      * it will need one additional method - public TextLink getTextLink(). 
     83     * it will need one additional method - public LinkAttachment getLinkAttachment(). 
    8484     * add a new property in HeadTextFrameView - public Prop<TextLinkHolder> textLinkHolder() 
    8585