org.netbeans.jemmy.operators
Class TextFieldOperator.TextFieldFinder

java.lang.Object
  extended by org.netbeans.jemmy.operators.Operator.Finder
      extended by org.netbeans.jemmy.operators.TextFieldOperator.TextFieldFinder
All Implemented Interfaces:
ComponentChooser
Enclosing class:
TextFieldOperator

public static class TextFieldOperator.TextFieldFinder
extends Operator.Finder

Checks component type.


Constructor Summary
TextFieldOperator.TextFieldFinder()
          Constructs TextFieldFinder.
TextFieldOperator.TextFieldFinder(ComponentChooser sf)
          Constructs TextFieldFinder.
 
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

TextFieldOperator.TextFieldFinder

public TextFieldOperator.TextFieldFinder(ComponentChooser sf)
Constructs TextFieldFinder.

Parameters:
sf - other searching criteria.

TextFieldOperator.TextFieldFinder

public TextFieldOperator.TextFieldFinder()
Constructs TextFieldFinder.