Package org.fest.swing.driver
Class JComboBoxDropDownListFinder
java.lang.Object
org.fest.swing.driver.JComboBoxDropDownListFinder
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final ComponentMatcher
private final Robot
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) JList
private JList
findListIn
(Container parent)
-
Field Details
-
LIST_MATCHER
-
robot
-
-
Constructor Details
-
JComboBoxDropDownListFinder
JComboBoxDropDownListFinder(Robot robot)
-
-
Method Details
-
findDropDownList
- Returns:
- the found
JList
, ornull
if a drop-down list cannot be found.
-
findListIn
-