Package org.netbeans.jemmy.operators
Class JComboBoxOperator.JComboBoxFinder
- java.lang.Object
-
- org.netbeans.jemmy.operators.Operator.Finder
-
- org.netbeans.jemmy.operators.JComboBoxOperator.JComboBoxFinder
-
- All Implemented Interfaces:
ComponentChooser
- Enclosing class:
- JComboBoxOperator
public static class JComboBoxOperator.JComboBoxFinder extends Operator.Finder
Checks component type.
-
-
Constructor Summary
Constructors Constructor Description JComboBoxFinder()
Constructs JComboBoxFinder.JComboBoxFinder(ComponentChooser sf)
Constructs JComboBoxFinder.
-
Method Summary
-
Methods inherited from class org.netbeans.jemmy.operators.Operator.Finder
checkComponent, getDescription
-
-
-
-
Constructor Detail
-
JComboBoxFinder
public JComboBoxFinder(ComponentChooser sf)
Constructs JComboBoxFinder.- Parameters:
sf
- other searching criteria.
-
JComboBoxFinder
public JComboBoxFinder()
Constructs JComboBoxFinder.
-
-