Changes between Version 14 and Version 15 of GROUP_PLAIN_AND_RTF_RESOURCES_R0


Ignore:
Timestamp:
07/21/09 15:55:44 (16 years ago)
Author:
nenko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GROUP_PLAIN_AND_RTF_RESOURCES_R0

    v14 v15  
    5353 * javax.swing.text.html.HTMLEditorKit - used in HtmlImportUtil to obtain the attributes of the StyledDocument. 
    5454  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. 
     55  Create a new method addToEnd in org.sophie2.main.app.commons.util.TextManipulationUtility class to  add a String at the end of the current HotText. 
    5656  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. 
    5757  Refactor the existing class InsertTextItem to keep consistency with the rest of the project. 
     
    5959Tests can be found here: [4050][4051][4053][4055][4056][4057][4120][4121][4123][4131][4137] 
    6060= Implementation = 
    61 Done according to the design. 
    62 Source code: [4050][4051][4053][4055][4056][4057][4120][4121][4123][4131][4137] 
     61Done according to the design. [4399] 
     62 
     63Also added utility class for inserting frames - FrameUtility#insertFrame (pageArea : PageWorkArea, frameSize : ImmSize, res : Resource). This is done because this method is commonly used and therefore pasted in every logic enumeration (implementation of OperationDef). 
    6364= Testing = 
    6465^(Place the testing results here.)^