Table of Contents

Class CommandPaletteCommands

Namespace
Whim.CommandPalette
Assembly
Whim.CommandPalette.dll
The commands for the command palette plugin.
public class CommandPaletteCommands : PluginCommands, IPluginCommands
Inheritance
CommandPaletteCommands
Implements
Inherited Members

Constructors

CommandPaletteCommands(IContext, ICommandPalettePlugin)

Creates a new instance of the command palette commands.
public CommandPaletteCommands(IContext context, ICommandPalettePlugin commandPalettePlugin)

Parameters

context IContext
commandPalettePlugin ICommandPalettePlugin

Methods

CreateMoveWindowsToWorkspaceOptions()

Creates the select options for moving multiple windows to a workspace.
public SelectOption[] CreateMoveWindowsToWorkspaceOptions()

Returns

SelectOption[]

MoveMultipleWindowsToWorkspaceCallback(IEnumerable<SelectOption>)

Callback to activate a menu variant to select the workspace to move the windows to.
public void MoveMultipleWindowsToWorkspaceCallback(IEnumerable<SelectOption> options)

Parameters

options IEnumerable<SelectOption>