Uses of Class
org.eclipse.core.commands.ParameterType

Packages that use ParameterType
org.eclipse.core.commands Application programming interfaces for commands and handlers. 
 

Uses of ParameterType in org.eclipse.core.commands
 

Methods in org.eclipse.core.commands that return ParameterType
 ParameterType[] CommandManager.getDefinedParameterTypes()
          Returns the command parameter types that are defined.
 ParameterType ParameterTypeEvent.getParameterType()
          Returns the instance of the parameter type that changed.
 ParameterType ITypedParameter.getParameterType()
          Returns the ParameterType associated with a command parameter or null if the parameter does not declare a type.
 ParameterType CommandManager.getParameterType(java.lang.String parameterTypeId)
          Gets the command ParameterType with the given identifier.
 ParameterType Command.getParameterType(java.lang.String parameterId)
          Returns the ParameterType for the parameter with the provided id or null if this command does not have a parameter type with the id.
 ParameterType Command.getReturnType()
          Returns the ParameterType for the return value of this command or null if this command does not declare a return value parameter type.
 

Methods in org.eclipse.core.commands with parameters of type ParameterType
 void Command.define(java.lang.String name, java.lang.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(java.lang.String name, java.lang.String description, Category category, IParameter[] parameters, ParameterType returnType, java.lang.String helpContextId)
           Defines this command by giving it a name, and possibly a description as well.