Methods in
org.eclipse.core.commands that throw
NotDefinedException
|
ParameterizedCommand
|
CommandManager.
deserialize
(
String serializedParameterizedCommand)
Returns a
ParameterizedCommand with a command and
parameterizations as specified in the provided
serializedParameterizedCommand string. |
Object
|
Command.
executeWithChecks
(
ExecutionEvent event)
Executes this command by delegating to the current handler, if any. |
Object
|
ParameterizedCommand.
executeWithChecks
(
Object trigger,
Object applicationContext)
Executes this command with its parameters. |
static
Collection
|
ParameterizedCommand.
generateCombinations
(
Command command)
Generates all the possible combinations of command parameterizations for
the given command. |
Category
|
Command.
getCategory
()
Returns the category for this command. |
String
|
CommandManager.
getHelpContextId
(
Command command)
Gets the help context identifier for a particular command. |
String
|
ParameterizedCommand.
getName
()
Returns a human-readable representation of this command with all of its
parameterizations. |
IParameter
|
Command.
getParameter
(
String parameterId)
Returns the parameter with the provided id or null if this
command does not have a parameter with the id. |
IParameter[]
|
Command.
getParameters
()
Returns the parameters for this command. |
ParameterType
|
Command.
getParameterType
(
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. |
AbstractParameterValueConverter
|
ParameterType.
getValueConverter
()
Returns the value converter associated with this parameter, if any. |
boolean
|
ParameterType.
isCompatible
(
Object value)
Returns whether the provided value is compatible with this parameter
type. |