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

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

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

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



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