| Interface | Description |
|---|---|
| ScreenArea | |
| Wrapper |
| Class | Description |
|---|---|
| AbstractWrapper |
This is an implementation of the
Wrapper which instantiates a wrap
of a class returned by getWrapClass(Class). |
| DefaultWrapper | |
| JemmySupportWrapper |
This loads information about the supported wrappers from an xml file which is
generated by JemmySupport module.
|
| LazyWrapper |
This is an implementation of
Wrapper which keeps a map between
control class names and wrap class names. |
| SelectorImpl<CONTROL,STATE> | |
| Wrap<CONTROL> |
This is a wrap which holds reference to a control without UI hierarchy.
|
| WrapperDelegate |
This allows to reuse another
Wrapper with a different environment |
| WrapperImpl |
This is an implementation of
Wrapper which keeps a map between
control classes and wrap classes. |
| Exception | Description |
|---|---|
| WrapperException |
| Annotation Type | Description |
|---|---|
| As |
This annotation should be used to annotate methods which turn a wrap
into a control interface.
|
| ControlInterfaces |
To be applied on classes - ancestors of
Wrp
class. |
| ControlType |
TODO: JavaDoc
|
| FieldProperties |
This lists names of wrapped object's fields which could be accessed through
Wrap.getProperty(String) interface. |
| MethodProperties |
This lists names of wrapped object's methods which could be accessed through
Wrap.getProperty(String) interface. |
| Property |
This annotates a method which provides a property value for the provided
name of a wrapped control.
|
Copyright © 2019. All rights reserved.