Uses of Class
org.eclipse.core.commands.ParameterType
Packages that use ParameterType
Package
Description
Application programming interfaces for commands and handlers.
Provides support for retrieving information on Commands from the workbench.
-
Uses of ParameterType in org.eclipse.core.commands
Methods in org.eclipse.core.commands that return ParameterTypeModifier and TypeMethodDescriptionCommandManager.getDefinedParameterTypes()
Returns the command parameter types that are defined.Command.getParameterType
(String parameterId) Returns theParameterType
for the parameter with the provided id ornull
if this command does not have a parameter type with the id.CommandManager.getParameterType
(String parameterTypeId) Gets the commandParameterType
with the given identifier.ITypedParameter.getParameterType()
Returns theParameterType
associated with a command parameter ornull
if the parameter does not declare a type.final ParameterType
ParameterTypeEvent.getParameterType()
Returns the instance of the parameter type that changed.Command.getReturnType()
Returns theParameterType
for the return value of this command ornull
if this command does not declare a return value parameter type.Methods in org.eclipse.core.commands with parameters of type ParameterTypeModifier and TypeMethodDescriptionvoid
Command.define
(String name, String description, Category category, IParameter[] parameters, ParameterType returnType) Defines this command by giving it a name, and possibly a description as well.void
Command.define
(String name, String description, Category category, IParameter[] parameters, ParameterType returnType, String helpContextId) Defines this command by giving it a name, and possibly a description as well. -
Uses of ParameterType in org.eclipse.ui.commands
Methods in org.eclipse.ui.commands that return ParameterTypeModifier and TypeMethodDescriptionICommandService.getDefinedParameterTypes()
Returns the collection of all of the defined command parameter types in the workbench.ICommandService.getParameterType
(String parameterTypeId) Retrieves the command parameter type with the given identifier.