| Package | Description |
|---|---|
| org.jemmy.interfaces | |
| org.jemmy.lookup |
| Modifier and Type | Method and Description |
|---|---|
Lookup<T> |
Parent.lookup()
Same as
lookup(new Any()) |
<ST extends T> |
Parent.lookup(Class<ST> controlClass)
Same as
lookup(controlClass, new Any()) |
<ST extends T> |
Parent.lookup(Class<ST> controlClass,
LookupCriteria<ST> criteria)
Searcher the hierarchy for objects extending
ST which fit
the criteria. |
Lookup<T> |
Parent.lookup(LookupCriteria<T> criteria)
Searcher the hierarchy for objects extending
T which fit
the criteria. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractLookup<CONTROL>
Default implementation of Lookup.
|
class |
HierarchyLookup<CONTROL> |
class |
PlainLookup<CONTROL>
TODO: JavaDoc, class rename, arguments rename
|
| Modifier and Type | Method and Description |
|---|---|
Lookup<CONTROL> |
AbstractParent.lookup()
Calls
lookup(new Any()) |
<ST extends CONTROL> |
AbstractParent.lookup(Class<ST> controlClass)
Calls
lookup(controlClass, new Any()) |
<ST extends T> |
ParentImpl.lookup(Class<ST> controlClass,
LookupCriteria<ST> criteria) |
<T extends CONTROL> |
AbstractLookup.lookup(Class<T> controlClass,
LookupCriteria<T> criteria) |
Lookup<CONTROL> |
AbstractLookup.lookup(LookupCriteria<CONTROL> criteria) |
Lookup<T> |
ParentImpl.lookup(LookupCriteria<T> criteria) |
Lookup<? extends CONTROL> |
AbstractLookup.wait(int count)
Waits for certain number of controls to fit criteria.
|
Lookup<? extends CONTROL> |
Lookup.wait(int count)
Reruns the search until the number of found components is equal or greater
than required.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
AbstractLookup.dump(PrintStream out,
Lookup<? extends CONTROL> lookup) |
protected void |
HierarchyLookup.dump(PrintStream out,
Lookup<? extends CONTROL> lookup) |
protected void |
PlainLookup.dump(PrintStream out,
Lookup<? extends CONTROL> lookup) |
Copyright © 2018. All rights reserved.