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
public static class ChoiceOperator.ChoiceFinder extends Operator.Finder
Checks component type.
-
-
Constructor Summary
Constructors Constructor Description ChoiceFinder()
Constructs ChoiceFinder.ChoiceFinder(ComponentChooser sf)
Constructs ChoiceFinder.
-
Method Summary
-
Methods inherited from class org.netbeans.jemmy.operators.Operator.Finder
checkComponent, getDescription
-
-
-
-
Constructor Detail
-
ChoiceFinder
public ChoiceFinder(ComponentChooser sf)
Constructs ChoiceFinder.- Parameters:
sf
- other searching criteria.
-
ChoiceFinder
public ChoiceFinder()
Constructs ChoiceFinder.
-
-