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