Package uk.ac.kcl.cch.jb.pliny.editors

Interface Summary
IPageSettableEditorPart Pliny aware editors which display their materials as Pages should implement this interface.
IResourceChangeablePart Editor or view parts should implement this interface when they operate in such a way that the Resource they work with can change during operation.
 

Class Summary
NoteEditor an EditorPart that implements the Note Editor.
NoteEditorActionBarContributor the ActionBarContributor for the NoteEditor.
NoteEditorInput The EditorInput object for the NoteEditor.
NoteEditorInputFactory used by Eclipse during startup to re-open NoteLucened objects that were open in the NoteEditor when it was last shutdown -- this factory takes the data stored in an IMemento and first fetches the referenced NoteLucened object,a and then packages it in a ResourceEditorInput object.
ResourceChangingAnnouncer A convenience class to implement code that provides a service of announcing a property change whenever a Resource changes.
ResourceEditorInput The EditorInput object for the Pliny Resource-driven editors.
ResourceEditorInputFactory used by Eclipse during startup to re-open Resource objects that were open in their relevant Pliny editors when it was last shutdown -- this factory takes the data stored in an IMemento and first fetches the referenced Resource object,a and then packages it in a ResourceEditorInput object.