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