Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PluginCustomEditorRegistry

Hierarchy

  • PluginCustomEditorRegistry

Index

Constructors

Properties

commandRegistry: CommandRegistry
defaultOpenerService: DefaultOpenerService
editors: Map<string, CustomEditor> = ...
menuModelRegistry: MenuModelRegistry
onWillOpenCustomEditor: Event<string> = ...
onWillOpenCustomEditorEmitter: Emitter<string> = ...
pendingEditors: Set<CustomEditorWidget> = ...
resolvers: Map<string, ((widget: CustomEditorWidget, options?: WidgetOpenerOptions) => void)> = ...
selectionService: SelectionService
shell: ApplicationShell
widgetManager: WidgetManager

Methods

  • init(): void
  • registerResolver(viewType: string, resolver: ((widget: CustomEditorWidget, options?: WidgetOpenerOptions) => void)): Disposable