org.netbeans.jemmy.operators
public static class JFileChooserOperator.JFileChooserJDialogFinder extends Object implements ComponentChooser
Constructor and Description |
---|
JFileChooserOperator.JFileChooserJDialogFinder(TestOut output)
Constructs JFileChooserJDialogFinder.
|
Modifier and Type | Method and Description |
---|---|
boolean |
checkComponent(Component comp)
Check if the component argument meets the search criteria.
|
String |
getDescription()
Returns searched component description.
|
public JFileChooserOperator.JFileChooserJDialogFinder(TestOut output)
output
- an output to put searching message into.public boolean checkComponent(Component comp)
ComponentChooser
checkComponent
in interface ComponentChooser
comp
- Component to check.true
when the component conforms to
the search criteria; false
otherwise.public String getDescription()
ComponentChooser
getDescription
in interface ComponentChooser