Package org.netbeans.jemmy.operators
Class FrameOperator.FrameFinder
java.lang.Object
org.netbeans.jemmy.operators.Operator.Finder
org.netbeans.jemmy.operators.FrameOperator.FrameFinder
- All Implemented Interfaces:
ComponentChooser
- Enclosing class:
- FrameOperator
Checks component type.
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs FrameFinder.Constructs FrameFinder. -
Method Summary
Methods inherited from class org.netbeans.jemmy.operators.Operator.Finder
checkComponent, getDescription
-
Constructor Details
-
FrameFinder
Constructs FrameFinder.- Parameters:
sf
- other searching criteria.
-
FrameFinder
public FrameFinder()Constructs FrameFinder.
-