DocumentView

The entry point of the document view. It holds the two main windows, inspector and search. It also accepts instances of AbstractDocumentWindow as extension windows.

Constructor

new DocumentView(provider)

Creates a document view.

Parameters:
NameTypeDescription
providerDocumentProvider

The document provider.

Classes

DocumentView

Members

inspectorWindow :DocumentInspectorWindow

The inspector window.

The search window.

provider :DocumentProvider

The document provider.

To Do
  • this ref is still relevant ?