| java.lang.Object org.eclipse.ui.internal.commands.SlaveCommandService
SlaveCommandService | public class SlaveCommandService implements ICommandService(Code) | | A command service which delegates almost all responsibility to the parent
service.
This class is not intended for use outside of the
org.eclipse.ui.workbench plug-in.
since: 3.2 |
SlaveCommandService | public SlaveCommandService(ICommandService parent, String scopeName, Object scopeValue)(Code) | | Build the slave service.
Parameters: parent - the parent service. This must not be null . |
addExecutionListener | public void addExecutionListener(IExecutionListener listener)(Code) | | |
defineUncategorizedCategory | public void defineUncategorizedCategory(String name, String description)(Code) | | |
deserialize | public ParameterizedCommand deserialize(String serializedParameterizedCommand) throws NotDefinedException, SerializationException(Code) | | |
dispose | public void dispose()(Code) | | |
getCategory | public Category getCategory(String categoryId)(Code) | | |
getDefinedCategories | public Category[] getDefinedCategories()(Code) | | |
getDefinedCommands | public Command[] getDefinedCommands()(Code) | | |
getDefinedParameterTypes | public ParameterType[] getDefinedParameterTypes()(Code) | | |
getHelpContextId | final public String getHelpContextId(Command command) throws NotDefinedException(Code) | | |
getHelpContextId | final public String getHelpContextId(String commandId) throws NotDefinedException(Code) | | |
getParameterType | public ParameterType getParameterType(String parameterTypeId)(Code) | | |
readRegistry | public void readRegistry()(Code) | | |
refreshElements | public void refreshElements(String commandId, Map filter)(Code) | | |
removeExecutionListener | public void removeExecutionListener(IExecutionListener listener)(Code) | | |
setHelpContextId | final public void setHelpContextId(IHandler handler, String helpContextId)(Code) | | |
|
|