Uses of Class
org.fest.swing.core.matcher.DialogMatcher

Packages that use DialogMatcher
org.fest.swing.core.matcher Common implementations of GenericTypeMatcher
 

Uses of DialogMatcher in org.fest.swing.core.matcher
 

Methods in org.fest.swing.core.matcher that return DialogMatcher
 DialogMatcher DialogMatcher.andShowing()
          Indicates that the Dialog to match should be showing on the screen.
 DialogMatcher DialogMatcher.andTitle(Pattern titlePattern)
          Specifies the title to match.
 DialogMatcher DialogMatcher.andTitle(String newTitle)
          Specifies the title to match.
static DialogMatcher DialogMatcher.any()
          Creates a new DialogMatcher that matches any Dialog.
static DialogMatcher DialogMatcher.withName(String name)
          Creates a new DialogMatcher that matches a Dialog that: has a matching name (optionally) has matching title (optionally) is showing on the screen
static DialogMatcher DialogMatcher.withTitle(Pattern titlePattern)
          Creates a new DialogMatcher that matches a Dialog by its title.
static DialogMatcher DialogMatcher.withTitle(String title)
          Creates a new DialogMatcher that matches a Dialog by its title.
 



Copyright © 2007-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.