public class ByItemStringsLookup<T extends org.eclipse.swt.widgets.Item> extends QueueLookup<T>
| Constructor and Description |
|---|
ByItemStringsLookup(String text) |
ByItemStringsLookup(String text,
StringComparePolicy policy) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
doCheck(T control) |
static <V extends org.eclipse.swt.widgets.Item> |
getTexts(V item) |
String |
toString() |
checkpublic ByItemStringsLookup(String text)
text - The text to use for matchingpublic ByItemStringsLookup(String text, StringComparePolicy policy)
text - The text to use for matchingpolicy - The policy to use when matching the textpublic boolean doCheck(T control)
doCheck in class QueueLookup<T extends org.eclipse.swt.widgets.Item>Copyright © 2018. All rights reserved.