|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.jemmy.operators.Operator.Finder
org.netbeans.jemmy.operators.JPopupMenuOperator.JPopupMenuFinder
public static class JPopupMenuOperator.JPopupMenuFinder
Checks component type.
Constructor Summary | |
---|---|
JPopupMenuOperator.JPopupMenuFinder()
Constructs JPopupMenuFinder. |
|
JPopupMenuOperator.JPopupMenuFinder(ComponentChooser sf)
Constructs JPopupMenuFinder. |
Method Summary | |
---|---|
boolean |
checkComponent(java.awt.Component comp)
Check if the component argument meets the search criteria. |
Methods inherited from class org.netbeans.jemmy.operators.Operator.Finder |
---|
getDescription |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JPopupMenuOperator.JPopupMenuFinder(ComponentChooser sf)
sf
- other searching criteria.public JPopupMenuOperator.JPopupMenuFinder()
Method Detail |
---|
public boolean checkComponent(java.awt.Component comp)
ComponentChooser
checkComponent
in interface ComponentChooser
checkComponent
in class Operator.Finder
comp
- Component to check.
true
when the component conforms to
the search criteria; false
otherwise.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |