Package org.netbeans.jemmy.operators
Class AbstractButtonOperator.AbstractButtonFinder
java.lang.Object
org.netbeans.jemmy.operators.Operator.Finder
org.netbeans.jemmy.operators.AbstractButtonOperator.AbstractButtonFinder
- All Implemented Interfaces:
ComponentChooser
- Enclosing class:
- AbstractButtonOperator
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
-
AbstractButtonFinder
Constructs AbstractButtonFinder.- Parameters:
sf
- other searching criteria.
-
AbstractButtonFinder
public AbstractButtonFinder()Constructs AbstractButtonFinder.
-