|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.netbeans.jemmy.operators.Operator.DefaultStringComparator
public static class Operator.DefaultStringComparator
Default StringComparator implementation.
| Constructor Summary | |
|---|---|
Operator.DefaultStringComparator(boolean ce,
boolean ccs)
Constructs a DefaultStringComparator object. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.String caption,
java.lang.String match)
Compares a caption with a match using switched passed into constructor. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Operator.DefaultStringComparator(boolean ce,
boolean ccs)
ce - Compare exactly. If true, text can be a substring of caption.ccs - Compare case sensitively. If true, both text and caption are| Method Detail |
|---|
public boolean equals(java.lang.String caption,
java.lang.String match)
equals in interface Operator.StringComparatorcaption - String to be compared with match. Method returns false, if parameter is null.match - Sample to compare with. Method returns true, if parameter is null.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||