| Package | Description |
|---|---|
| org.jemmy.control | |
| org.jemmy.lookup |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractWrapper
This is an implementation of the
Wrapper which instantiates a wrap
of a class returned by getWrapClass(Class). |
class |
DefaultWrapper |
class |
JemmySupportWrapper
This loads information about the supported wrappers from an xml file which is
generated by JemmySupport module.
|
class |
LazyWrapper
This is an implementation of
Wrapper which keeps a map between
control class names and wrap class names. |
class |
WrapperDelegate
This allows to reuse another
Wrapper with a different environment |
class |
WrapperImpl
This is an implementation of
Wrapper which keeps a map between
control classes and wrap classes. |
| Constructor and Description |
|---|
WrapperDelegate(Wrapper real,
Environment env) |
| 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 |
HierarchyLookup(Environment env,
ControlHierarchy hierarchy,
Wrapper wrapper,
Class<CONTROL> controlClass,
LookupCriteria<CONTROL> criteria) |
ImageLookup(Wrapper wrapper,
Class<T> type,
Image image) |
ImageLookup(Wrapper wrapper,
Class<T> type,
Image image,
Rectangle subArea) |
ParentImpl(Environment env,
Class<T> type,
ControlHierarchy ch,
Wrapper wrapper) |
ParentImpl(Environment env,
Class<T> type,
ControlList cl,
Wrapper wrapper) |
PlainLookup(Environment env,
ControlList hierarchy,
Wrapper wrapper,
Class<CONTROL> controlClass,
LookupCriteria<CONTROL> criteria) |
PropLookup(Wrapper wrapper,
String propName,
Object value) |
Copyright © 2018. All rights reserved.