|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.jemmy.operators.FrameOperator.FrameByTitleFinder
public static class FrameOperator.FrameByTitleFinder
Allows to find component by title.
Constructor Summary | |
---|---|
FrameOperator.FrameByTitleFinder(String t)
Constructs FrameByTitleFinder. |
|
FrameOperator.FrameByTitleFinder(String t,
Operator.StringComparator comparator)
Constructs FrameByTitleFinder. |
Method Summary | |
---|---|
boolean |
checkComponent(Component comp)
Check if the component argument meets the search criteria. |
String |
getDescription()
Returns searched component description. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FrameOperator.FrameByTitleFinder(String t, Operator.StringComparator comparator)
t
- a text patterncomparator
- specifies string comparision algorithm.public FrameOperator.FrameByTitleFinder(String t)
t
- a text patternMethod Detail |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |