1
edit
Changes
no edit summary
<br/>
===Views===
Since most of the back-end coding has been completed through the "Commands" section, this portion will be brief.
*In order to view and edit our content, we must create a view. Creating a view is very similar to creating a command, except you must add the extension "org.eclipse.ui.views" in our MANIFEST file.
*You should have something that looks akin to this
<br/>
==Define and Use Editor==