Uses of Class
org.eclipse.swtbot.eclipse.finder.widgets.SWTBotCommand

Packages that use SWTBotCommand
org.eclipse.swtbot.eclipse.finder.finders   
 

Uses of SWTBotCommand in org.eclipse.swtbot.eclipse.finder.finders
 

Methods in org.eclipse.swtbot.eclipse.finder.finders that return types with arguments of type SWTBotCommand
 List<SWTBotCommand> CommandFinder.findCommand(ICommandService service, Matcher<?> matcher)
          Gets a list of all command matching the matcher.
 List<SWTBotCommand> CommandFinder.findCommand(Matcher<?> matcher)
          Finds a command matching the given item.