| Package | Description |
|---|---|
| org.jemmy.control | |
| org.jemmy.input | |
| org.jemmy.interfaces | |
| org.jemmy.lookup |
| Modifier and Type | Method and Description |
|---|---|
<TYPE,INTERFACE extends TypeControlInterface<TYPE>> |
Wrap.as(Class<INTERFACE> interfaceClass,
Class<TYPE> type)
Returns an implementation of interface associated with the object.
|
<TYPE,INTERFACE extends TypeControlInterface<TYPE>> |
Wrap.getProperty(String name,
Class<INTERFACE> intrfc,
Class<TYPE> type)
Get property out of the control interface.
|
<TYPE,INTERFACE extends TypeControlInterface<TYPE>> |
Wrap.is(Class<INTERFACE> interfaceClass,
Class<TYPE> type)
Checks if the control could be treated as a parametrized
ControlInterface.
|
<TYPE,INTERFACE extends TypeControlInterface<TYPE>> |
Wrap.waitProperty(String property,
Class<INTERFACE> intrfc,
Class<TYPE> type,
Object value)
Wait for the property
property of control interface to get the specified value. |
| Modifier and Type | Class and Description |
|---|---|
class |
StringMenuOwner<T>
In most cases menu has a text associated with every menu item.
|
class |
StringMenuSelectableOwner<T> |
class |
StringPopupOwner<T> |
class |
StringPopupSelectableOwner<T> |
class |
StringTree<T> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MenuOwner<T>
The interface gives an access to a menu, such as menu bar or a popup menu.
|
interface |
MenuSelectableOwner<T> |
interface |
Parent<T>
Represents a container for UI controls.
|
interface |
PopupOwner<T> |
interface |
PopupSelectableOwner<T> |
interface |
Selectable<STATE>
Interface for a control with one selected state among the number of them.
|
interface |
Tree<T> |
interface |
TreeItem<T> |
| Modifier and Type | Method and Description |
|---|---|
<TYPE,INTERFACE extends TypeControlInterface<TYPE>> |
ControlInterfaceFactory.create(Wrap<?> control,
Class<INTERFACE> interfaceClass,
Class<TYPE> type)
Instantiates interface.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Lookup<CONTROL>
A searcheable container of a set on UI controls.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractLookup<CONTROL>
Default implementation of Lookup.
|
class |
AbstractParent<CONTROL>
Implements two shortcut methods.
|
class |
HierarchyLookup<CONTROL> |
class |
ParentImpl<T> |
class |
PlainLookup<CONTROL>
TODO: JavaDoc, class rename, arguments rename
|
| Modifier and Type | Method and Description |
|---|---|
<TYPE,INTERFACE extends TypeControlInterface<TYPE>> |
AbstractLookup.as(Class<INTERFACE> interfaceClass,
Class<TYPE> type)
Same as
wrap().as(interfaceClass, type) |
<TYPE,INTERFACE extends TypeControlInterface<TYPE>> |
Lookup.as(Class<INTERFACE> interfaceClass,
Class<TYPE> type)
Same as
wrap().as(interfaceClass, type) |
<TYPE,INTERFACE extends TypeControlInterface<TYPE>> |
AbstractLookup.as(int index,
Class<INTERFACE> interfaceClass,
Class<TYPE> type)
Same as
wrap(index).as(interfaceClass, type) |
<TYPE,INTERFACE extends TypeControlInterface<TYPE>> |
Lookup.as(int index,
Class<INTERFACE> interfaceClass,
Class<TYPE> type)
Same as
wrap(index).as(interfaceClass, type) |
Copyright © 2018. All rights reserved.