Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SearchInWorkspaceFrontendContribution

Hierarchy

Implements

  • FrontendApplicationContribution
  • TabBarToolbarContribution

Index

Constructors

constructor

Properties

Protected Readonly contextKeyService

Protected Readonly editorManager

editorManager: EditorManager

Protected Readonly fileService

fileService: FileService

Protected Readonly labelProvider

labelProvider: LabelProvider

Protected Readonly options

options: ViewContributionOptions

Protected Readonly quickView

quickView: QuickViewService

Protected Readonly selectionService

selectionService: SelectionService

Protected Readonly shell

shell: ApplicationShell

Optional Readonly toggleCommand

toggleCommand: Command

Protected Readonly widgetManager

widgetManager: WidgetManager

Protected Readonly workspaceService

workspaceService: WorkspaceService

Accessors

defaultViewOptions

  • get defaultViewOptions(): WidgetOptions
  • Returns WidgetOptions

viewId

  • get viewId(): string
  • Returns string

viewLabel

  • get viewLabel(): string
  • Returns string

widget

  • get widget(): Promise<T>
  • Returns Promise<T>

Methods

closeView

  • Returns Promise<undefined | SearchInWorkspaceWidget>

Protected getSearchTerm

  • getSearchTerm(): string

Protected init

  • init(): void

initializeLayout

  • initializeLayout(app: FrontendApplication): Promise<void>

Protected newMultiUriAwareCommandHandler

  • newMultiUriAwareCommandHandler(handler: UriCommandHandler<default[]>): UriAwareCommandHandler<default[]>

Protected newUriAwareCommandHandler

  • newUriAwareCommandHandler(handler: UriCommandHandler<default>): UriAwareCommandHandler<default>

openView

  • Parameters

    • Optional args: Partial<OpenViewArguments>

    Returns Promise<SearchInWorkspaceWidget>

registerCommands

  • registerCommands(commands: CommandRegistry): Promise<void>

registerKeybindings

  • registerKeybindings(keybindings: KeybindingRegistry): void

registerMenus

  • registerMenus(menus: MenuModelRegistry): void

registerToolbarItems

  • registerToolbarItems(toolbarRegistry: TabBarToolbarRegistry): Promise<void>

toggleView

  • Returns Promise<SearchInWorkspaceWidget>

tryGetWidget

  • Returns undefined | SearchInWorkspaceWidget

Protected withWidget