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

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

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

Methods in org.fest.swing.core.matcher that return JButtonMatcher
 JButtonMatcher JButtonMatcher.andShowing()
          Indicates that the JButton to match should be showing on the screen.
 JButtonMatcher JButtonMatcher.andText(Pattern textPattern)
          Specifies the text to match.
 JButtonMatcher JButtonMatcher.andText(String newText)
          Specifies the text to match.
static JButtonMatcher JButtonMatcher.any()
          Creates a new JButtonMatcher that matches any JButton.
static JButtonMatcher JButtonMatcher.withName(String name)
          Creates a new JButtonMatcher that matches a JButton that: has a matching name (optionally) has matching text (optionally) is showing on the screen
static JButtonMatcher JButtonMatcher.withText(Pattern textPattern)
          Creates a new JButtonMatcher that matches a JButton by its text.
static JButtonMatcher JButtonMatcher.withText(String text)
          Creates a new JButtonMatcher that matches a JButton by its text.
 



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