org.netbeans.jemmy.operators
Class JComboBoxOperator.JComboBoxFinder

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

public static class JComboBoxOperator.JComboBoxFinder
extends Operator.Finder

Checks component type.


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

JComboBoxOperator.JComboBoxFinder

public JComboBoxOperator.JComboBoxFinder(ComponentChooser sf)
Constructs JComboBoxFinder.

Parameters:
sf - other searching criteria.

JComboBoxOperator.JComboBoxFinder

public JComboBoxOperator.JComboBoxFinder()
Constructs JComboBoxFinder.