org.netbeans.jemmy.operators
Class AbstractButtonOperator.AbstractButtonFinder

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

public static class AbstractButtonOperator.AbstractButtonFinder
extends Operator.Finder

Checks component type.


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

AbstractButtonOperator.AbstractButtonFinder

public AbstractButtonOperator.AbstractButtonFinder(ComponentChooser sf)
Constructs AbstractButtonFinder.

Parameters:
sf - other searching criteria.

AbstractButtonOperator.AbstractButtonFinder

public AbstractButtonOperator.AbstractButtonFinder()
Constructs AbstractButtonFinder.