org.netbeans.jemmy.operators
Class JListOperator.JListFinder

java.lang.Object
  extended by org.netbeans.jemmy.operators.Operator.Finder
      extended by 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
JListOperator.JListFinder()
          Constructs JListFinder.
JListOperator.JListFinder(ComponentChooser sf)
          Constructs JListFinder.
 
Method Summary
 
Methods inherited from class org.netbeans.jemmy.operators.Operator.Finder
checkComponent, getDescription
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JListOperator.JListFinder

public JListOperator.JListFinder(ComponentChooser sf)
Constructs JListFinder.

Parameters:
sf - other searching criteria.

JListOperator.JListFinder

public JListOperator.JListFinder()
Constructs JListFinder.