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