createDocument method

TestDocumentSelector createDocument()

Starts the process for configuring and pumping a new SuperEditor.

Use the returned TestDocumentSelector to continue configuring the SuperEditor.

Implementation

TestDocumentSelector createDocument() {
  return TestDocumentSelector(this);
}