org.netbeans.jemmy.operators
Class TextAreaOperator.TextAreaFinder

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

public static class TextAreaOperator.TextAreaFinder
extends Operator.Finder

Checks component type.


Constructor Summary
TextAreaOperator.TextAreaFinder()
          Constructs TextAreaFinder.
TextAreaOperator.TextAreaFinder(ComponentChooser sf)
          Constructs TextAreaFinder.
 
Method Summary
 
Methods inherited from class org.netbeans.jemmy.operators.Operator.Finder
getDescription, checkComponent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextAreaOperator.TextAreaFinder

public TextAreaOperator.TextAreaFinder(ComponentChooser sf)
Constructs TextAreaFinder.

Parameters:
sf - other searching criteria.

TextAreaOperator.TextAreaFinder

public TextAreaOperator.TextAreaFinder()
Constructs TextAreaFinder.