Package org.netbeans.jemmy.operators
Class ChoiceOperator.ChoiceFinder
java.lang.Object
org.netbeans.jemmy.operators.Operator.Finder
org.netbeans.jemmy.operators.ChoiceOperator.ChoiceFinder
- All Implemented Interfaces:
ComponentChooser
- Enclosing class:
ChoiceOperator
Checks component type.
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs ChoiceFinder.Constructs ChoiceFinder. -
Method Summary
Methods inherited from class org.netbeans.jemmy.operators.Operator.Finder
checkComponent, getDescription
-
Constructor Details
-
ChoiceFinder
Constructs ChoiceFinder.- Parameters:
sf
- other searching criteria.
-
ChoiceFinder
public ChoiceFinder()Constructs ChoiceFinder.
-