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

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

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

Methods in org.fest.swing.core.matcher that return JLabelMatcher
 JLabelMatcher JLabelMatcher.andShowing()
          Indicates that the JLabel to match should be showing on the screen.
 JLabelMatcher JLabelMatcher.andText(Pattern textPattern)
          Specifies the text to match.
 JLabelMatcher JLabelMatcher.andText(String newText)
          Specifies the text to match.
static JLabelMatcher JLabelMatcher.any()
          Creates a new JLabelMatcher that matches any JLabel.
static JLabelMatcher JLabelMatcher.withName(String name)
          Creates a new JLabelMatcher that matches a JLabel that: has a matching name (optionally) has matching text (optionally) is showing on the screen The following code listing shows how to match a JLabel by name and text: JLabelMatcher m = withName("firstName").
static JLabelMatcher JLabelMatcher.withText(Pattern textPattern)
          Creates a new JLabelMatcher that matches a JLabel by its text.
static JLabelMatcher JLabelMatcher.withText(String text)
          Creates a new JLabelMatcher that matches a JLabel by its text.
 



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