Changes between Version 8 and Version 9 of TEXT_VIEW_MODEL


Ignore:
Timestamp:
04/08/10 16:31:56 (15 years ago)
Author:
kyli
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified TEXT_VIEW_MODEL

    v8 v9  
    4545 * Implement text search processor 
    4646 * Implement text link processor 
    47  * make interface TextViewModel: '''description''' 
     47 * Make abstract class TextViewModel:  
     48  * public abstract ImmText getRawText(); 
     49  * public abstract ImmText getProcessedText(); 
     50  * public abstract int getCaret(); 
     51  * public abstract int getMark(); 
     52  * public abstract ImmList<ImmArea> getAreas(); 
     53  * public abstract boolean isEditable(); 
     54  * public abstract HotLayout getTextLayout();  
     55  * public RwProp<HotStyleDef> inputStyle(); 
     56  * public HotTextInterval getSelectionInterval(); 
     57  * public RwProp<Float> wantedX(); 
     58  * public abstract Prop<ImmMap<HotTextInterval, Attachment>> attachmentMap(); 
     59   
    4860 * replace TextViewFlow with TextViewModel 
    4961