Package org.netbeans.jemmy.operators
Class JRadioButtonOperator.JRadioButtonFinder
- java.lang.Object
-
- org.netbeans.jemmy.operators.Operator.Finder
-
- org.netbeans.jemmy.operators.JRadioButtonOperator.JRadioButtonFinder
-
- All Implemented Interfaces:
ComponentChooser
- Enclosing class:
- JRadioButtonOperator
public static class JRadioButtonOperator.JRadioButtonFinder extends Operator.Finder
Checks component type.
-
-
Constructor Summary
Constructors Constructor Description JRadioButtonFinder()
Constructs JRadioButtonFinder.JRadioButtonFinder(ComponentChooser sf)
Constructs JRadioButtonFinder.
-
Method Summary
-
Methods inherited from class org.netbeans.jemmy.operators.Operator.Finder
checkComponent, getDescription
-
-
-
-
Constructor Detail
-
JRadioButtonFinder
public JRadioButtonFinder(ComponentChooser sf)
Constructs JRadioButtonFinder.- Parameters:
sf
- other searching criteria.
-
JRadioButtonFinder
public JRadioButtonFinder()
Constructs JRadioButtonFinder.
-
-