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.
- Author:
- Alexandre Iline (alexandre.iline@sun.com)
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs AbstractButtonFinder.Constructs AbstractButtonFinder. -
Method Summary
Methods inherited from class Operator.Finder
checkComponent, getDescription
-
Constructor Details
-
AbstractButtonFinder
Constructs AbstractButtonFinder.- Parameters:
sf- other searching criteria.
-
AbstractButtonFinder
public AbstractButtonFinder()Constructs AbstractButtonFinder.
-