|
Uses of Interface org.eclipse.core.commands.IParameter
Methods in
org.eclipse.core.commands with parameters of type
IParameter
|
void
|
Command.
define
(
String name,
String description,
Category category,
IParameter[] parameters)
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)
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. |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.
|
|