Options
All
  • Public
  • Public/Protected
  • All
Menu

The default implementation of an IContentFactory.

Hierarchy

Implements

Index

Constructors

constructor

Accessors

editorFactory

  • get editorFactory(): Factory
  • The readonly editor factory that create code editors

    Returns Factory

Methods

createCellFooter

  • Create a new cell header for the parent widget.

    Returns ICellFooter

createCellHeader

  • Create a new cell header for the parent widget.

    Returns ICellHeader

createCodeCell

  • Create a new code cell widget.

    Notes

    If no cell content factory is passed in with the options, the one on the notebook content factory is used.

    Parameters

    Returns CodeCell

createInputPrompt

createMarkdownCell

  • Create a new markdown cell widget.

    Notes

    If no cell content factory is passed in with the options, the one on the notebook content factory is used.

    Parameters

    Returns MarkdownCell

createNotebook

  • Create a new content area for the panel.

    Parameters

    Returns Notebook

createOutputPrompt

createRawCell

  • Create a new raw cell widget.

    Notes

    If no cell content factory is passed in with the options, the one on the notebook content factory is used.

    Parameters

    Returns RawCell

createStdin

  • Create an stdin widget.

    Parameters

    Returns IStdin

Generated using TypeDoc