Uses of Class
org.eclipse.swtbot.swt.finder.matchers.WithItem

Packages that use WithItem
org.eclipse.swtbot.swt.finder.matchers   
 

Uses of WithItem in org.eclipse.swtbot.swt.finder.matchers
 

Methods in org.eclipse.swtbot.swt.finder.matchers that return WithItem
static
<T extends Item>
WithItem<T>
WithItem.withItem(Matcher<?> matcher)
          Returns a matcher that matches objects containing an item that matches the matcher.