Uses of Class
org.fest.swing.exception.ComponentLookupException
Packages that use ComponentLookupException
Package
Description
Building blocks for all FEST-Swing fixtures.
Drivers that simulate user input on GUI
Component
s.-
Uses of ComponentLookupException in org.fest.swing.core
Fields in org.fest.swing.core with type parameters of type ComponentLookupExceptionModifier and TypeFieldDescriptionprivate final AtomicReference<ComponentLookupException>
ComponentFoundCondition.notFoundError
Methods in org.fest.swing.core that return ComponentLookupExceptionModifier and TypeMethodDescriptionprivate ComponentLookupException
BasicComponentFinder.componentNotFound
(ComponentHierarchy h, ComponentMatcher m) private static ComponentLookupException
BasicComponentFinder.multipleComponentsFound
(Collection<Component> found, ComponentMatcher m) -
Uses of ComponentLookupException in org.fest.swing.driver
Methods in org.fest.swing.driver that return ComponentLookupExceptionModifier and TypeMethodDescriptionprivate ComponentLookupException
JFileChooserDriver.cannotFindButton
(String name, String text) private ComponentLookupException
JComboBoxDriver.listNotFound()