Changes between Version 14 and Version 15 of TEXT_LINK_MANIPULATION_R0
- Timestamp:
- 11/02/09 11:52:49 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TEXT_LINK_MANIPULATION_R0
v14 v15 57 57 * Highlights 58 58 * 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() }}} 60 60 * use this property to create the appropriate highlights in {{{ HeadTextFrameView.textView()...textFlow().getExtraHighlights() }}} 61 61 * override {{{ void touch() }}} in {{{ HotTextElementHelper }}} to depend on the highlights, so that the scene gets repainted when the highlights change. … … 81 81 * add a new property in ElementView - public Prop<SimpleLinkHolder> linkHolder() 82 82 * 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(). 84 84 * add a new property in HeadTextFrameView - public Prop<TextLinkHolder> textLinkHolder() 85 85