Uses of Class
org.fest.swing.core.matcher.JTextComponentMatcher
Packages that use JTextComponentMatcher
-
Uses of JTextComponentMatcher in org.fest.swing.core.matcher
Methods in org.fest.swing.core.matcher that return JTextComponentMatcherModifier and TypeMethodDescriptionJTextComponentMatcher.andShowing()
Indicates that the
to match should be showing on the screen.JTextComponent
Specifies the text to match.Specifies the text to match.static JTextComponentMatcher
JTextComponentMatcher.any()
Creates a new
that matches anyJTextComponentMatcher
.JTextComponent
static JTextComponentMatcher
Creates a new
that matches aJTextComponentMatcher
that: has a matching name (optionally) has matching text (optionally) is showing on the screenJTextComponent
static JTextComponentMatcher
Creates a new
that matches aJTextComponentMatcher
by its text.JTextComponent
static JTextComponentMatcher
Creates a new
that matches aJTextComponentMatcher
by its text.JTextComponent