Class DocumentEditorJournalsPageModel

All Implemented Interfaces:
IEditableModel, IModel, IValidable, IDynamicTreeModel<Object>

public class DocumentEditorJournalsPageModel extends NavigatorTreeModel
Document editor journals page model.
  • Constructor Details

    • DocumentEditorJournalsPageModel

      public DocumentEditorJournalsPageModel(Document document, Configuration configuration, org.eclipse.core.resources.IProject project)
      Creates a new instance.
      Parameters:
      document - the document, cannot be null
      configuration - the configuration, cannot be null
      project - the project, cannot be null
  • Method Details