| Package | Description |
|---|---|
| org.jemmy.dock | |
| org.jemmy.input | |
| org.jemmy.interfaces | |
| org.jemmy.lookup |
| Modifier and Type | Method and Description |
|---|---|
protected static <T> Wrap<? extends T> |
Dock.lookup(Parent<? super T> parent,
Class<T> controlType,
int index,
LookupCriteria<T>... criteria)
Method which at the end actually get called from all dock lookup
constructors.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract LookupCriteria<T> |
StringCriteriaList.createCriteria(String text,
StringComparePolicy policy) |
protected LookupCriteria<T>[] |
StringCriteriaList.createCriteriaList(String[] texts) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
StringMenuSelectableOwner.getState(LookupCriteria<T>... criteria)
Returns the current selection state of the menu item conforming to the
criteria.
|
boolean |
StringPopupSelectableOwner.getState(Point p,
LookupCriteria<T>... criteria)
Returns the current selection state of the menu item conforming to the
criteria.
|
void |
StringMenuSelectableOwner.push(boolean desiredSelectionState,
LookupCriteria<T>... criteria)
Ensures state of a menu item conforming to the criteria.
|
void |
StringPopupSelectableOwner.push(boolean desiredSelectionState,
Point p,
LookupCriteria<T>... criteria)
Ensures state of a menu item conforming to the criteria.
|
void |
StringMenuOwner.push(LookupCriteria<T>... criteria)
A shortcut to
menu().push(LookupCriteria ...) |
Wrap<? extends T> |
StringMenuOwner.select(LookupCriteria<T>... criteria)
A shortcut to
menu().select(LookupCriteria ...) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MenuSelectable.getState(LookupCriteria<T>... criteria)
Returns the current selection state of the menu item conforming to the
criteria.
|
<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. |
void |
MenuSelectable.push(boolean desiredSelectionState,
LookupCriteria<T>... criteria)
Ensures state of a menu item conforming to the criteria.
|
void |
Menu.push(LookupCriteria<T>... criteria)
Pushes a menu item conforming to the criteria.
|
Wrap<? extends T> |
TreeSelector.select(LookupCriteria<T>... criteria)
Selects an item.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Any<T> |
class |
ByStringLookup<T>
Default comparison policy is StringComparePolicy.SUBSTRING
|
class |
ByToStringLookup<CONTROL> |
class |
CompoundLookup<CONTROL> |
class |
CoordinateLookup<CONTROL>
Lookup that matches all the controls with the bounds that lay inside
the given rectangle.
|
class |
EqualsLookup<T> |
class |
ImageLookup<T> |
class |
PropLookup<CONTROL> |
class |
RelativeCoordinateLookup<CONTROL> |
| Modifier and Type | Method and Description |
|---|---|
<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) |
| Constructor and Description |
|---|
AbstractLookup(Environment env,
Class<CONTROL> controlClass,
LookupCriteria<CONTROL> criteria,
Wrapper wrapper)
This actual lookup logic is delegated to
getCildren(java.lang.Object)
method |
CompoundLookup(LookupCriteria<CONTROL>... subLookup) |
HierarchyLookup(Environment env,
ControlHierarchy hierarchy,
Class<CONTROL> controlClass,
LookupCriteria<CONTROL> criteria) |
HierarchyLookup(Environment env,
ControlHierarchy hierarchy,
Wrapper wrapper,
Class<CONTROL> controlClass,
LookupCriteria<CONTROL> criteria) |
PlainLookup(Environment env,
ControlList hierarchy,
Class<CONTROL> controlClass,
LookupCriteria<CONTROL> criteria) |
PlainLookup(Environment env,
ControlList hierarchy,
Wrapper wrapper,
Class<CONTROL> controlClass,
LookupCriteria<CONTROL> criteria) |
Copyright © 2019. All rights reserved.