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
Checks component type.
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs AbstractButtonFinder.Constructs AbstractButtonFinder. -
Method Summary
Methods inherited from class org.netbeans.jemmy.operators.Operator.Finder
checkComponent, getDescription
-
Constructor Details
-
ButtonFinder
Constructs AbstractButtonFinder.- Parameters:
sf
- other searching criteria.
-
ButtonFinder
public ButtonFinder()Constructs AbstractButtonFinder.
-