org.netbeans.jemmy.operators
Class JButtonOperator.JButtonFinder

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

public static class JButtonOperator.JButtonFinder
extends Operator.Finder

Checks component type.


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

JButtonOperator.JButtonFinder

public JButtonOperator.JButtonFinder(ComponentChooser sf)
Constructs JButtonFinder.

Parameters:
sf - other searching criteria.

JButtonOperator.JButtonFinder

public JButtonOperator.JButtonFinder()
Constructs JButtonFinder.