Package org.fest.swing.core.matcher
package org.fest.swing.core.matcher
Common implementations of
.
GenericTypeMatcher
-
ClassesClassDescriptionUnderstands matching a
by name, title and visibility on the screen.Dialog
Understands matching a
by type, name or title.Frame
Understands matching a
by name, text and visibility on the screen.JButton
Understands matching a
by type, name or text.JLabel
Understands matching a
by type, name or text.JTextComponent
NamedComponentMatcherTemplate<T extends Component>Understands a template for matching components by name.