org.netbeans.jemmy.operators
Class ButtonOperator.ButtonFinder

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

public static class ButtonOperator.ButtonFinder
extends Operator.Finder

Checks component type.


Constructor Summary
ButtonOperator.ButtonFinder()
          Constructs AbstractButtonFinder.
ButtonOperator.ButtonFinder(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

ButtonOperator.ButtonFinder

public ButtonOperator.ButtonFinder(ComponentChooser sf)
Constructs AbstractButtonFinder.

Parameters:
sf - other searching criteria.

ButtonOperator.ButtonFinder

public ButtonOperator.ButtonFinder()
Constructs AbstractButtonFinder.