* @see de.bastiankrol.startexplorer.customcommands.AbstractCustomCommandFactory#createHandlerForCustomCommand(de.bastiankrol.startexplorer.customcommands.CommandConfig)
*/
@Override
protected IHandler createHandlerForCustomCommand(CommandConfig commandConfig)
{
return new CustomCommandForEditorHandler(commandConfig);
}