Changes between Version 14 and Version 15 of GROUP_PLAIN_AND_RTF_RESOURCES_R0
- Timestamp:
- 07/21/09 15:55:44 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GROUP_PLAIN_AND_RTF_RESOURCES_R0
v14 v15 53 53 * javax.swing.text.html.HTMLEditorKit - used in HtmlImportUtil to obtain the attributes of the StyledDocument. 54 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 textat 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. 56 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 57 Refactor the existing class InsertTextItem to keep consistency with the rest of the project. … … 59 59 Tests can be found here: [4050][4051][4053][4055][4056][4057][4120][4121][4123][4131][4137] 60 60 = Implementation = 61 Done according to the design. 62 Source code: [4050][4051][4053][4055][4056][4057][4120][4121][4123][4131][4137] 61 Done according to the design. [4399] 62 63 Also 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). 63 64 = Testing = 64 65 ^(Place the testing results here.)^