T - type of the control.public interface Parent<T> extends TypeControlInterface<T>
| Modifier and Type | Method and Description |
|---|---|
Lookup<T> |
lookup()
Same as
lookup(new Any()) |
<ST extends T> |
lookup(Class<ST> controlClass)
Same as
lookup(controlClass, new Any()) |
<ST extends T> |
lookup(Class<ST> controlClass,
LookupCriteria<ST> criteria)
Searcher the hierarchy for objects extending
ST which fit
the criteria. |
Lookup<T> |
lookup(LookupCriteria<T> criteria)
Searcher the hierarchy for objects extending
T which fit
the criteria. |
getType<ST extends T> Lookup<ST> lookup(Class<ST> controlClass, LookupCriteria<ST> criteria)
ST which fit
the criteria.ST - todo documentcontrolClass - todo documentcriteria - todo documentLookup,
LookupCriteria<ST extends T> Lookup<ST> lookup(Class<ST> controlClass)
lookup(controlClass, new Any())ST - todo documentcontrolClass - todo documentlookup(java.lang.Class, org.jemmy.lookup.LookupCriteria)Lookup<T> lookup(LookupCriteria<T> criteria)
T which fit
the criteria.criteria - todo documentLookup,
LookupCriteriaLookup<T> lookup()
lookup(new Any())lookup(org.jemmy.lookup.LookupCriteria)Copyright © 2018. All rights reserved.