Package org.netbeans.jemmy.operators
Class JFrameOperator.JFrameFinder
- java.lang.Object
-
- org.netbeans.jemmy.operators.Operator.Finder
-
- org.netbeans.jemmy.operators.JFrameOperator.JFrameFinder
-
- All Implemented Interfaces:
ComponentChooser
- Enclosing class:
- JFrameOperator
public static class JFrameOperator.JFrameFinder extends Operator.Finder
Checks component type.
-
-
Constructor Summary
Constructors Constructor Description JFrameFinder()
Constructs JFrameFinder.JFrameFinder(ComponentChooser sf)
Constructs JFrameFinder.
-
Method Summary
-
Methods inherited from class org.netbeans.jemmy.operators.Operator.Finder
checkComponent, getDescription
-
-
-
-
Constructor Detail
-
JFrameFinder
public JFrameFinder(ComponentChooser sf)
Constructs JFrameFinder.- Parameters:
sf
- other searching criteria.
-
JFrameFinder
public JFrameFinder()
Constructs JFrameFinder.
-
-