org.autoplot.util.jemmy.RegexComponentChooser
Search for a component based on the name or title.
RegexComponentChooser( String regex )
create a component chooser for the regex. It will look at the
title of Dialogs, the text of JTextComponents and JLabels, etc.
checkComponent
checkComponent( java.awt.Component comp ) → boolean
Parameters
comp - a Component
Returns:
boolean
[search for examples]
[view on GitHub]
[view on old javadoc]
getDescription
getDescription( ) → String
Returns:
java.lang.String
[search for examples]
[view on GitHub]
[view on old javadoc]