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

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

Uses of AbstractMatcher in org.eclipse.swtbot.eclipse.finder.matchers
 

Subclasses of AbstractMatcher in org.eclipse.swtbot.eclipse.finder.matchers
 class WithPartId<T extends IWorkbenchPartReference>
           
 class WithPartName<T extends IWorkbenchPartReference>
           
 class WithPerspectiveId
           
 class WithPerspectiveLabel
           
 

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

Subclasses of AbstractMatcher in org.eclipse.swtbot.swt.finder.matchers
 class AllOf<T>
          A matcher that evaluates to true if and only if all the matchers evaluate to true.
 class AnyOf<T>
          A matcher that evaluates to true if any the matchers evaluate to true.
 class InGroup<T extends Widget>
          Tells if a particular widget is within a Group with the specified text.
 class InUIThread<T extends Widget>
          Deprecated. this has been deprecated and will be removed in future releases of swtbot
 class WidgetOfType<T extends Widget>
          Tells if a particular widget is of a specified type.
 class WithId<T extends Widget>
          Tells if a particular widget has value for the given key.
 class WithItem<T extends Item>
           
 class WithLabel<T extends Widget>
          Tells if a particular widget has a label with the specified text.
 class WithMnemonic<T extends Widget>
          Matches Widgets with the specified text.
 class WithRegex<T extends Widget>
          Matches widgets if the getText() method of the widget matches the specified regex.
 class WithStyle<T extends Widget>
          Matches if the widget has the specified style bits set.
 class WithText<T extends Widget>
          Matches widgets if the getText() method of the widget matches the specified text.
 class WithTooltip<T extends Widget>
          Matches widgets if the getToolTipText() method of the widget matches the specified text.