Package org.netbeans.jemmy.operators
Class JPopupMenuOperator.JPopupMenuFinder
java.lang.Object
org.netbeans.jemmy.operators.Operator.Finder
org.netbeans.jemmy.operators.JPopupMenuOperator.JPopupMenuFinder
- All Implemented Interfaces:
ComponentChooser
- Enclosing class:
- JPopupMenuOperator
Checks component type.
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs JPopupMenuFinder.Constructs JPopupMenuFinder. -
Method Summary
Modifier and TypeMethodDescriptionboolean
checkComponent
(Component comp) Check if the component argument meets the search criteria.Methods inherited from class org.netbeans.jemmy.operators.Operator.Finder
getDescription
-
Constructor Details
-
JPopupMenuFinder
Constructs JPopupMenuFinder.- Parameters:
sf
- other searching criteria.
-
JPopupMenuFinder
public JPopupMenuFinder()Constructs JPopupMenuFinder.
-
-
Method Details
-
checkComponent
Description copied from interface:ComponentChooser
Check if the component argument meets the search criteria.- Specified by:
checkComponent
in interfaceComponentChooser
- Overrides:
checkComponent
in classOperator.Finder
- Parameters:
comp
- Component to check.- Returns:
true
when the component conforms to the search criteria;false
otherwise.
-