org.netbeans.jemmy.operators
Class ChoiceOperator.ChoiceFinder

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

public static class ChoiceOperator.ChoiceFinder
extends Operator.Finder

Checks component type.


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

ChoiceOperator.ChoiceFinder

public ChoiceOperator.ChoiceFinder(ComponentChooser sf)
Constructs ChoiceFinder.

Parameters:
sf - other searching criteria.

ChoiceOperator.ChoiceFinder

public ChoiceOperator.ChoiceFinder()
Constructs ChoiceFinder.