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