Uses of Class
org.fest.swing.core.matcher.JButtonMatcher
Packages that use JButtonMatcher
-
Uses of JButtonMatcher in org.fest.swing.core.matcher
Methods in org.fest.swing.core.matcher that return JButtonMatcherModifier and TypeMethodDescriptionJButtonMatcher.andShowing()
Indicates that the
to match should be showing on the screen.JButton
Specifies the text to match.Specifies the text to match.static JButtonMatcher
JButtonMatcher.any()
Creates a new
that matches anyJButtonMatcher
.JButton
static JButtonMatcher
Creates a new
that matches aJButtonMatcher
that: has a matching name (optionally) has matching text (optionally) is showing on the screenJButton
static JButtonMatcher
Creates a new
that matches aJButtonMatcher
by its text.JButton
static JButtonMatcher
Creates a new
that matches aJButtonMatcher
by its text.JButton