org.netbeans.jemmy.operators
Class JFrameOperator.JFrameFinder

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

public static class JFrameOperator.JFrameFinder
extends Operator.Finder

Checks component type.


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

JFrameOperator.JFrameFinder

public JFrameOperator.JFrameFinder(ComponentChooser sf)
Constructs JFrameFinder.

Parameters:
sf - other searching criteria.

JFrameOperator.JFrameFinder

public JFrameOperator.JFrameFinder()
Constructs JFrameFinder.