TSVViewerFactory | @jupyterlab (original) (raw)
Hierarchy (View Summary)
- CSVViewerFactory
- TSVViewerFactory
Index
Constructors
constructor
- new TSVViewerFactory(
options: IWidgetFactoryOptions<
IDocumentWidget<CSVViewer, DocumentRegistry.IModel>,
>,
): TSVViewerFactory TSVViewerFactory
Returns
Accessors
autoStartDefault
- get autoStartDefault(): boolean
Returns boolean
- set autoStartDefault(value: boolean): void
Returns void
canStartKernel
- get canStartKernel(): boolean
Returns boolean
Experimental
contentProviderId
- get contentProviderId(): undefined | string
Experimental
Returns undefined | string
- set contentProviderId(value: undefined | string): void
Experimental
Parameters
- value: undefined | string
Returns void
defaultFor
- get defaultFor(): string[]
Returns string[]
defaultRendered
- get defaultRendered(): string[]
Returns string[]
fileTypes
- get fileTypes(): string[]
Returns string[]
isDisposed
- get isDisposed(): boolean
Returns boolean
label
- get label(): string
Returns string
modelName
- get modelName(): string
Returns string
name
- get name(): string
Returns string
preferKernel
- get preferKernel(): boolean
Returns boolean
readOnly
- get readOnly(): boolean
Returns boolean
shutdownOnClose
- get shutdownOnClose(): boolean
Returns boolean
- set shutdownOnClose(value: boolean): void
Returns void
translator
- get translator(): ITranslator
ITranslator
Returns
widgetCreated
- get widgetCreated(): ISignal<IWidgetFactory<T, U>, T>
ISignal<IWidgetFactory<T, U>, T>
Returns
Methods
createNew
- createNew(
context: IContext<DocumentRegistry.IModel>,
source?: IDocumentWidget<CSVViewer, DocumentRegistry.IModel>,
): IDocumentWidget<CSVViewer, DocumentRegistry.IModel> Parameters
- context: IContext<DocumentRegistry.IModel>
Optional
source: IDocumentWidget<CSVViewer, DocumentRegistry.IModel>
Returns IDocumentWidget<CSVViewer, DocumentRegistry.IModel>
Protected
createNewWidget
- createNewWidget(
context: DocumentRegistry.Context,
): IDocumentWidget<CSVViewer, DocumentRegistry.IModel> IDocumentWidget<CSVViewer, DocumentRegistry.IModel>
Returns
Protected
defaultToolbarFactory
- defaultToolbarFactory(
widget: IDocumentWidget<CSVViewer, DocumentRegistry.IModel>,
): DocumentRegistry.IToolbarItem[] DocumentRegistry.IToolbarItem[]
Returns
dispose
- dispose(): void
Returns void