The present invention relates generally to document management and in particular, to a method and tool for organizing and manipulating electronic documents.
The model-view-controller (MVC) is a common architectural pattern used in software engineering that it is typically employed in complex software applications that present large amounts of data and maintain multiple views of the same data. The MVC architecture separates objects into one of three categories, namely models, views and controllers. In the MVC architecture, models are responsible for maintaining data, views are responsible for the user interfaces that display all or a portion of the data and controllers are responsible for handling events that affect the models or views. By separating objects in this manner, multiple views and controllers can interact with the same models. New views and controllers can also be created to interact with models without requiring changes in the model designs. Also, separating the objects in this manner allows changes in the views and hence, changes in the user interfaces to be made without affecting data handling and allows models to be reorganized without requiring changes in the views.
The Notebook™ software offered by SMART Technologies ULC of Calgary, Alberta, Canada, assignee of the subject application is a software product employing the MVC architecture. SMART Notebook™ allows users to create, organize and manipulate documents, with each document comprising one or more pages. Turning now to
Although SMART Notebook™ has proven to be a valuable tool for organizing pages of a document, the PageSorter provides limited document manipulation facilities. In particular, adding, moving or deleting pages of a document can only be performed through user interaction with the PageSorter and only a single page can be manipulated at a time. As will be appreciated improvements in document manipulation are desired.
It is therefore an object of the present invention to provide a novel method and tool for organizing and manipulating electronic documents.
Accordingly, in one aspect there is provided a software tool for organizing and manipulating an electronic document comprising at least one group of document pages, said software tool comprising a first user interface module configured to present the document pages of the electronic document in a list-like arrangement; a second user interface module configured to present the document pages of each group in a respective panel; and means operable to manipulate a plurality of selected document pages presented in one or more of said panels simultaneously.
In one embodiment, the second user interface module is configured to permit document pages of each group to be re-ordered within the respective panel.
The re-ordering may be performed via drag and drop operations. The second user interface module is also configured to permit document pages to be moved between panels via drag and drop operations. In one embodiment, the first user interface module is configured to permit the order of document pages in the list-like arrangement to be re-ordered. The means operable to manipulate is configured to apply a theme such as a color, graphical objects, text, pattern, audio, video etc. to the plurality of selected document pages.
According to another aspect there is provided in a presentation software environment where presentation software that permits a document comprising a plurality of pages to be displayed and manipulated when executing on a computing device, the improvement comprising a grouping tool operable to group pages of the document and display the pages of each group and to manipulate selected pages of one or more groups.
According to yet another aspect there is provided an electronic document organization and manipulation method comprising displaying each group of electronic pages of a document in an individual panel on a graphical user interface; providing a tool to allow a user to re-order pages in one or more panels and/or to move pages between panels; and responsive to use of the tool, re-ordering and/or moving the pages appropriately.
According to yet another aspect there is provided a computer readable medium embodying a computer program for organizing and manipulating an electronic document comprising at least one group of document pages, said computer program comprising computer program code for presenting the document pages of the electronic document in a list-like arrangement; computer program code for presenting the document pages of each group in a respective panel; and computer program code for manipulating a plurality of selected document pages presented in one or more of said panels simultaneously.
According to still yet another aspect there is provided a computer readable medium embodying a computer program for organizing and manipulating an electronic document, said computer program comprising computer program code for displaying each group of electronic pages of a document in an individual panel on a graphical user interface; and computer program code responsive to user input for re-ordering pages in panels and/or moving pages between panels.
Embodiments will now be described more fully with reference to the accompanying drawings in which:
As mentioned above, SMART Notebook™ software offered by SMART Technologies ULC of Calgary, Alberta, Canada is a software product employing the MVC architecture. SMART Notebook™ allows users to create, organize and manipulate documents, with each document comprising one or more pages. To enhance the ability of SMART Notebook™ to organize and manipulate pages of documents, a PageGrouping tool is provided. The PageGrouping tool allows a user to manipulate multiple pages of a document simultaneously in a manner that enables multiple pages to be logically associated with a category in meaningful ways determined by the user.
The PageGrouping tool is realized by overlying the SMART Notebook™ MVC architecture 20 with additional MVC architecture 30 that mirrors the MVC architecture 20, as shown in
The GroupModel is the data representation of a group of pages of a document and mirrors the functionality of the PageModel by providing methods to manipulate a representation of the group of document pages. For each group of document pages, the GroupModel stores group specific data such as the group title, the group ID, the number of document pages in the group and the document page indexes in the group. Appendix A shows an exemplary representation of the GroupModel. As will be appreciated, the GroupModel allows document pages to be added to a group, removed from a group or deleted from a group and allows the title of a group of document pages to be set. The GroupModel does not store pages of the document. Rather, the GroupModel stores unique identifiers (e.g. the page IDs) identifying the document pages of the group.
The GroupListModel is the data representation of a list of the groups of pages of a document and is analogous to the PageListModel. In particular, the GroupListModel stores information regarding the order of the groups of pages in the document. The GroupListModel provides methods to organize groups of document pages, add groups of document pages, rearrange groups of document pages and delete groups of document pages. The GroupListModel also provides a method for creating a virtual group of document pages comprising an amalgamation of all groups of document pages currently in the GroupListModel. Appendix B shows an exemplary representation of the GroupListModel.
The GroupListController is the controller that handles the events to permit manipulation of the GroupListModel. Appendix C shows an exemplary representation of the GroupListController. The GroupListController maintains the separation between models 32 and views 34 as well provides a mechanism to synchronize and distribute application notification messages. For example, calling the AddGroup function does not only add a new GROUP_ID to the GroupListModel but also notifies the relevant views that the GroupListModel has changed so the views can update accordingly.
The PageGroupView provides the user interface 50 that is used to manipulate groups of document pages as can be seen in
A new group of document pages can also be created by selecting document pages within an existing group and performing a right-click event, which results in the display of a menu comprising delete page, clean page, create group and screen shade options as shown in
The PageGroupView is separated into a rendering component and a native graphical user interface component allowing the underlying layout, behavior and look and feel of the PageGroupView to be used across various versions of SMART Notebook™. Appendix D shows an exemplary representation of the rendering component of the PageGroupView. As will be appreciated, the rendering component of the PageGroupView comprises an IPageGroupView class and a CPageGroupView class. The IPageGroupView class is a callback interface that is used by the rendering component to communicate with the native graphical user interface component. The native graphical user interface component responds to callbacks as well as calls into the CPageGroupView class to handle behavior, drag and drop, rendering, keyboard and mouse input.
The augmented PageSorter provides the user interface 70 that is used for navigation between groups of document pages and for selecting a current document page for display on the main viewing area 52 as shown in
Although the PageGrouping tool has been described with specific reference to its implementation in SMART Notebook™, those of skill in the art will appreciate that the PageGrouping tool may be used in other presentation software environments to facilitate the management of electronic documents (e.g. files or pages) by permitting the electronic documents to be grouped as desired and the groups of electronic documents to be manipulated as desired.
The PageGrouping tool is advantageous in that it enables a user to categorize, manipulate and easily access groups of pages in a document. This is particularly beneficial in situations where a large number of documents, each containing a large number of pages are maintained. The PageGrouping tool has proven to be very useful in the educational environment in that it allows teachers to organize and structure lesson plans. For example, a book can be represented by a document with each group within the document representing the chapters of that book. This allows teachers to plan lessons around several chapters (i.e. groups) with the ability to jump between different chapters using the PageGroupView and PageSorter user interfaces during a class. Notes for the class can also be provided as document pages in groups. Another similar use is to organize a particular class lesson around several topics to be discussed during the class and creating a document that includes groups of document pages representing the topics for discussion. Document pages of a group that are not discussed during the lesson can of course be moved to the document representing the next class lesson through the user interface.
The PageGrouping tool may comprise program modules including but not limited to routines, programs, object components, data structures etc. and may be embodied as computer readable program code stored on a computer readable medium. The computer readable medium is any data storage device that can store data, which can thereafter be read by a computer system. Examples of computer readable medium include for example read-only memory, random-access memory, CD-ROMs, magnetic tape and optical data storage devices. The computer readable program code can also be distributed over a network including coupled computer systems so that the computer readable program code is stored and executed in a distributed fashion.
Although embodiments have been described with reference to the drawings, those of skill in the art will appreciate that variations and modifications may be made without departing from the spirit and scope thereof as defined by the appended claims.
Filing Document | Filing Date | Country | Kind | 371c Date |
---|---|---|---|---|
PCT/CA09/00012 | 1/8/2009 | WO | 00 | 2/1/2011 |
Number | Date | Country | |
---|---|---|---|
61020062 | Jan 2008 | US |