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