Changes between Version 8 and Version 9 of GROUP_PLAIN_AND_RTF_RESOURCES_R0


Ignore:
Timestamp:
07/08/09 20:56:33 (16 years ago)
Author:
diana
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GROUP_PLAIN_AND_RTF_RESOURCES_R0

    v8 v9  
    2727 * Save and reload the book 
    2828= Design = 
    29 Two new modules are created: one for importing plain text documents (org.sophie2.extra.func.plainText) and the other -  
    30 for importing rtf documents (org.sophie2.extra.func.rtfText). 
     29Two new modules are created: one for importing plain text documents (org.sophie2.extra.func.plain) and the other -  
     30for importing rtf documents (org.sophie2.extra.func.rtf). 
    3131The html module is extended with functionality for importing html documents. 
    3232A new abstract class HotTextImportUtil is created in org.sophie2.main.func.text with the following methods: 
     
    5252 * javax.swing.text.html.HTMLDocument - used in HtmlImportUtil to convert the html document to attributed html document. 
    5353 * javax.swing.text.html.HTMLEditorKit - used in HtmlImportUtil to obtain the attributes of the StyledDocument. 
     54Create a HotTextContentProvider in org.sophie2.main.func.text.content.view package that creates HotTextFrameContent for given HotTextBookResource. 
    5455 
    5556Tests can be found here: [4050][4051][4053][4055][4056][4057]