Uses of Class
org.fest.swing.finder.JOptionPaneFinder
Packages that use JOptionPaneFinder
-
Uses of JOptionPaneFinder in org.fest.swing.finder
Methods in org.fest.swing.finder that return JOptionPaneFinderModifier and TypeMethodDescriptionstatic JOptionPaneFinder
JOptionPaneFinder.findOptionPane()
Creates a new
capable of looking up aJOptionPaneFinder
.JOptionPane
static JOptionPaneFinder
JOptionPaneFinder.findOptionPane
(GenericTypeMatcher<? extends JOptionPane> matcher) Creates a new
capable of looking up aJOptionPaneFinder
using the given matcher.JOptionPane
JOptionPaneFinder.withTimeout
(long timeout) Sets the timeout for this finder.JOptionPaneFinder.withTimeout
(long timeout, TimeUnit unit) Sets the timeout for this finder.