Changes between Version 8 and Version 9 of GROUP_PLAIN_AND_RTF_RESOURCES_R0
- Timestamp:
- 07/08/09 20:56:33 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GROUP_PLAIN_AND_RTF_RESOURCES_R0
v8 v9 27 27 * Save and reload the book 28 28 = Design = 29 Two new modules are created: one for importing plain text documents (org.sophie2.extra.func.plain Text) and the other -30 for importing rtf documents (org.sophie2.extra.func.rtf Text).29 Two new modules are created: one for importing plain text documents (org.sophie2.extra.func.plain) and the other - 30 for importing rtf documents (org.sophie2.extra.func.rtf). 31 31 The html module is extended with functionality for importing html documents. 32 32 A new abstract class HotTextImportUtil is created in org.sophie2.main.func.text with the following methods: … … 52 52 * javax.swing.text.html.HTMLDocument - used in HtmlImportUtil to convert the html document to attributed html document. 53 53 * 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. 54 55 55 56 Tests can be found here: [4050][4051][4053][4055][4056][4057]