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
public static class AbstractButtonOperator.AbstractButtonFinder extends Operator.Finder
Checks component type.
-
-
Constructor Summary
Constructors Constructor Description AbstractButtonFinder()
Constructs AbstractButtonFinder.AbstractButtonFinder(ComponentChooser sf)
Constructs AbstractButtonFinder.
-
Method Summary
-
Methods inherited from class org.netbeans.jemmy.operators.Operator.Finder
checkComponent, getDescription
-
-
-
-
Constructor Detail
-
AbstractButtonFinder
public AbstractButtonFinder(ComponentChooser sf)
Constructs AbstractButtonFinder.- Parameters:
sf
- other searching criteria.
-
AbstractButtonFinder
public AbstractButtonFinder()
Constructs AbstractButtonFinder.
-
-