org.netbeans.jemmy.operators
Class FrameOperator.FrameFinder

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

public static class FrameOperator.FrameFinder
extends Operator.Finder

Checks component type.


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

FrameOperator.FrameFinder

public FrameOperator.FrameFinder(ComponentChooser sf)
Constructs FrameFinder.

Parameters:
sf - other searching criteria.

FrameOperator.FrameFinder

public FrameOperator.FrameFinder()
Constructs FrameFinder.