Changes between Version 10 and Version 11 of GROUP_PLAIN_AND_RTF_RESOURCES_R0


Ignore:
Timestamp:
07/09/09 17:16:11 (16 years ago)
Author:
diana
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GROUP_PLAIN_AND_RTF_RESOURCES_R0

    v10 v11  
    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: 
    33  * handleHelper - helper fo the handle function of each newly created modules. 
     33 * handleImport - helper fo the handle function of each newly created modules. 
    3434 * insertFrame - inserts a new Frame in the current book 
    3535 * createHotTextBookResource - creates HotTextBookResource for insert operation. 
     
    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. 
    54 Create a HotTextContentProvider in org.sophie2.main.func.text.content.view package that creates HotTextFrameContent for given HotTextBookResource. 
    55 Create a new method addToEnd in HotText class to  add a text at the end of the current HotText. 
     54  Create a HotTextContentProvider in org.sophie2.main.func.text.content.view package that creates HotTextFrameContent for given HotTextBookResource. 
     55  Create a new method addToEnd in HotText class to  add a text at the end of the current HotText. 
     56  Create a new package org.sophie2.main.app.menus.logic and a class InsertTextItemLogic in it to provide the logic for inserting a text resource in sophie2 project. 
     57  Refactor the existing class InsertTextItem to keep consistency with the rest of the project. 
    5658 
    5759Tests can be found here: [4050][4051][4053][4055][4056][4057]