Uses of Class
org.eclipse.core.commands.ParameterizedCommand
Packages that use ParameterizedCommand
Package
Description
Application programming interfaces for commands and handlers.
Application programming interfaces describing the Eclipse 4 menu and toolbar model elements.
Provides support for bindings between commands and various user input events
(e.g., keyboard shortcuts).
Provides support for bindings between commands and keys.
Provides support for retrieving information on Commands from the workbench.
Provides support for integrating handlers into the Eclipse workbench.
Provides support for integrating keys into the Eclipse workbench.
Provides the public API and default implementation for contributing menu
and toolbars to the menu service.
-
Uses of ParameterizedCommand in org.eclipse.core.commands
Methods in org.eclipse.core.commands that return ParameterizedCommandModifier and TypeMethodDescriptionCommandManager.deserialize
(String serializedParameterizedCommand) Returns aParameterizedCommand
with a command and parameterizations as specified in the providedserializedParameterizedCommand
string.static ParameterizedCommand
ParameterizedCommand.generateCommand
(Command command, Map parameters) Take a command and a map of parameter IDs to values, and generate the appropriate parameterized command. -
Uses of ParameterizedCommand in org.eclipse.e4.core.commands
Methods in org.eclipse.e4.core.commands that return ParameterizedCommandModifier and TypeMethodDescriptionECommandService.createCommand
(String id) Allows to create an instance of an existing command based on the id parameter which does not require parameters Delegates to createCommand(String,Map) passing in null as Map parameterECommandService.createCommand
(String id, Map<String, ?> parameters) Allows to create an instance of an existing command based on the id parameterMethods in org.eclipse.e4.core.commands with parameters of type ParameterizedCommandModifier and TypeMethodDescriptionboolean
EHandlerService.canExecute
(ParameterizedCommand command) Tests if the active handler associated with the passedcommand
can be executed.boolean
EHandlerService.canExecute
(ParameterizedCommand command, IEclipseContext staticContext) Check if a command can be executed.EHandlerService.executeHandler
(ParameterizedCommand command) Executes the active handler of the passedcommand
.EHandlerService.executeHandler
(ParameterizedCommand command, IEclipseContext staticContext) Execute a handler for the command. -
Uses of ParameterizedCommand in org.eclipse.e4.core.commands.internal
Methods in org.eclipse.e4.core.commands.internal that return ParameterizedCommandModifier and TypeMethodDescriptionCommandServiceImpl.createCommand
(String id) CommandServiceImpl.createCommand
(String id, Map<String, ?> parameters) Methods in org.eclipse.e4.core.commands.internal with parameters of type ParameterizedCommandModifier and TypeMethodDescriptionboolean
HandlerServiceImpl.canExecute
(ParameterizedCommand command) boolean
HandlerServiceImpl.canExecute
(ParameterizedCommand command, IEclipseContext staticContext) HandlerServiceImpl.executeHandler
(ParameterizedCommand command) HandlerServiceImpl.executeHandler
(ParameterizedCommand command, IEclipseContext staticContext) -
Uses of ParameterizedCommand in org.eclipse.e4.ui.bindings
Methods in org.eclipse.e4.ui.bindings with parameters of type ParameterizedCommandModifier and TypeMethodDescriptionEBindingService.createBinding
(TriggerSequence sequence, ParameterizedCommand command, String contextId, Map<String, String> attributes) EBindingService.getBestSequenceFor
(ParameterizedCommand command) EBindingService.getBindingsFor
(ParameterizedCommand cmd) EBindingService.getSequencesFor
(ParameterizedCommand command) -
Uses of ParameterizedCommand in org.eclipse.e4.ui.bindings.internal
Methods in org.eclipse.e4.ui.bindings.internal with parameters of type ParameterizedCommandModifier and TypeMethodDescriptionBindingServiceImpl.createBinding
(TriggerSequence sequence, ParameterizedCommand command, String contextId, Map<String, String> attributes) BindingServiceImpl.getBestSequenceFor
(ParameterizedCommand command) BindingTable.getBestSequenceFor
(ParameterizedCommand command) BindingTableManager.getBestSequenceFor
(ContextSet contextSet, ParameterizedCommand parameterizedCommand) BindingServiceImpl.getBindingsFor
(ParameterizedCommand command) BindingTableManager.getBindingsFor
(ContextSet contextSet, ParameterizedCommand cmd) BindingServiceImpl.getSequencesFor
(ParameterizedCommand command) BindingTable.getSequencesFor
(ParameterizedCommand command) BindingTableManager.getSequencesFor
(ContextSet contextSet, ParameterizedCommand parameterizedCommand) -
Uses of ParameterizedCommand in org.eclipse.e4.ui.bindings.keys
Methods in org.eclipse.e4.ui.bindings.keys with parameters of type ParameterizedCommandModifier and TypeMethodDescriptionfinal boolean
KeyBindingDispatcher.executeCommand
(ParameterizedCommand parameterizedCommand, Event trigger) Performs the actual execution of the command by looking up the current handler from the command manager. -
Uses of ParameterizedCommand in org.eclipse.jface.bindings
Methods in org.eclipse.jface.bindings that return ParameterizedCommandModifier and TypeMethodDescriptionfinal ParameterizedCommand
Binding.getParameterizedCommand()
Returns the parameterized command to which this binding applies.Methods in org.eclipse.jface.bindings with parameters of type ParameterizedCommandModifier and TypeMethodDescriptionBindingManager.getActiveBindingsDisregardingContextFor
(ParameterizedCommand parameterizedCommand) Returns the active bindings for a particular command identifier, but discounting the current contexts.BindingManager.getActiveBindingsFor
(ParameterizedCommand parameterizedCommand) Returns the active bindings for a particular command identifier.BindingManager.getBestActiveBindingFor
(ParameterizedCommand command) final boolean
BindingManagerEvent.isActiveBindingsChangedFor
(ParameterizedCommand parameterizedCommand) Computes whether the active bindings have changed for a given command identifier.Constructors in org.eclipse.jface.bindings with parameters of type ParameterizedCommand -
Uses of ParameterizedCommand in org.eclipse.jface.bindings.keys
Constructors in org.eclipse.jface.bindings.keys with parameters of type ParameterizedCommandModifierConstructorDescriptionKeyBinding
(KeySequence keySequence, ParameterizedCommand command, String schemeId, String contextId, String locale, String platform, String windowManager, int type) Constructs a new instance ofKeyBinding
. -
Uses of ParameterizedCommand in org.eclipse.ui.commands
Methods in org.eclipse.ui.commands that return ParameterizedCommandModifier and TypeMethodDescriptionICommandService.deserialize
(String serializedParameterizedCommand) Returns aParameterizedCommand
with a command and parameterizations as specified in the providedserializedParameterizedCommand
string.Methods in org.eclipse.ui.commands with parameters of type ParameterizedCommandModifier and TypeMethodDescriptionICommandService.registerElementForCommand
(ParameterizedCommand command, UIElement element) Register that this element accepts callbacks for this parameterized command. -
Uses of ParameterizedCommand in org.eclipse.ui.handlers
Methods in org.eclipse.ui.handlers with parameters of type ParameterizedCommandModifier and TypeMethodDescriptionIHandlerService.createExecutionEvent
(ParameterizedCommand command, Event event) Creates a parameterized execution event based on an SWT event and a parameterized command.IHandlerService.executeCommand
(ParameterizedCommand command, Event event) Executes the given parameterized command.IHandlerService.executeCommandInContext
(ParameterizedCommand command, Event event, IEvaluationContext context) Executes the given parameterized command in the provided context. -
Uses of ParameterizedCommand in org.eclipse.ui.internal
Fields in org.eclipse.ui.internal declared as ParameterizedCommandModifier and TypeFieldDescriptionprotected ParameterizedCommand
FilteredTableBaseHandler.commandBackward
protected ParameterizedCommand
FilteredTableBaseHandler.commandForward
Methods in org.eclipse.ui.internal that return ParameterizedCommandModifier and TypeMethodDescriptionprotected ParameterizedCommand
CycleEditorHandler.getBackwardCommand()
protected ParameterizedCommand
CyclePerspectiveHandler.getBackwardCommand()
protected ParameterizedCommand
CycleViewHandler.getBackwardCommand()
protected abstract ParameterizedCommand
FilteredTableBaseHandler.getBackwardCommand()
Get the backward command.protected ParameterizedCommand
WorkbookEditorsHandler.getBackwardCommand()
protected ParameterizedCommand
CycleEditorHandler.getForwardCommand()
protected ParameterizedCommand
CyclePerspectiveHandler.getForwardCommand()
protected ParameterizedCommand
CycleViewHandler.getForwardCommand()
protected abstract ParameterizedCommand
FilteredTableBaseHandler.getForwardCommand()
Get the forward command.protected ParameterizedCommand
WorkbookEditorsHandler.getForwardCommand()
-
Uses of ParameterizedCommand in org.eclipse.ui.keys
Methods in org.eclipse.ui.keys with parameters of type ParameterizedCommandModifier and TypeMethodDescriptionIBindingService.getActiveBindingsFor
(ParameterizedCommand parameterizedCommand) Gets the active bindings for a given parameterized command.IBindingService.getBestActiveBindingFor
(ParameterizedCommand command) Gets the best active binding for a command.