| Package | Description |
|---|---|
| org.jemmy.control | |
| org.jemmy.dock | |
| org.jemmy.image | |
| org.jemmy.input | |
| org.jemmy.interfaces | |
| org.jemmy.lookup | |
| org.jemmy.operators | |
| org.jemmy.timing |
| Modifier and Type | Method and Description |
|---|---|
protected <T> Wrap<? extends T> |
AbstractWrapper.doWrap(T control,
Class controlClass,
Class wrapperClass) |
<T> Wrap<? extends T> |
WrapperDelegate.wrap(Class<T> controlClass,
T control) |
<T> Wrap<? extends T> |
AbstractWrapper.wrap(Class<T> controlClass,
T control) |
<T> Wrap<? extends T> |
Wrapper.wrap(Class<T> controlClass,
T control) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Class<Wrap> |
AbstractWrapper.getWrapClass(Class controlClass) |
protected Class<Wrap> |
LazyWrapper.getWrapClass(Class controlClass) |
protected Class<Wrap> |
WrapperImpl.getWrapClass(Class controlClass) |
| Modifier and Type | Method and Description |
|---|---|
<P> void |
WrapperImpl.add(Class controlClass,
Class<Wrap> wrapperClass) |
| Constructor and Description |
|---|
SelectorImpl(Wrap<? extends CONTROL> target,
Selectable<STATE> selectable) |
| 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.
|
Wrap<?> |
Dock.wrap() |
| Constructor and Description |
|---|
Dock(Wrap<?> wrap) |
| Modifier and Type | Method and Description |
|---|---|
Image |
ImageCapturer.capture(Wrap<?> control,
Rectangle rect)
Obtains a screen image for the control.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract Wrap<?> |
KnobDragScrollerImpl.getKnob() |
protected Wrap<? extends CONTROL> |
ClickFocus.getTopControl() |
Wrap<?> |
TextImpl.getWrap() |
Wrap<?> |
CaretImpl.getWrap() |
Wrap<?> |
KnobDragScrollerImpl.getWrap() |
Wrap<? extends T> |
StringMenuOwner.select(LookupCriteria<T>... criteria)
A shortcut to
menu().select(LookupCriteria ...) |
Wrap<? extends T> |
StringMenuOwner.select(String... texts)
Select a menu item using one string for one level of the menu.
|
Wrap<? extends T> |
StringTree.select(String... texts) |
| Modifier and Type | Method and Description |
|---|---|
static Point |
ScrollerImpl.createScrollPoint(Wrap c,
boolean horizontal,
boolean increase,
int offset)
An auxiliary function to calculate click point, on the appropriate side
of the control depending on the parameters.
|
| Constructor and Description |
|---|
CaretImpl(Wrap<?> wrap,
CaretOwner caretOwner) |
CaretText(Wrap<?> wrap) |
ClickFocus(Wrap<? extends CONTROL> topControl) |
ClickFocus(Wrap<? extends CONTROL> topControl,
Point clickPoint) |
KnobDragScrollerImpl(Wrap<?> wrap,
Scroll scroll) |
KnobDragScrollerImpl(Wrap<?> wrap,
Scroll scroll,
boolean reverse) |
ScrollerImpl(Wrap target,
CaretOwner caret) |
SelectionText(Wrap<?> wrap) |
StringMenuOwner(Wrap<?> menuOwner) |
StringMenuSelectableOwner(Wrap<?> menuOwner) |
StringPopupOwner(Wrap<?> menuOwner) |
StringPopupSelectableOwner(Wrap<?> menuOwner) |
TextCaret(Wrap<?> wrap,
CaretOwner scroll) |
TextImpl(Wrap<?> target) |
TextImpl(Wrap<?> target,
boolean keyboardSelection) |
WindowImpl(Wrap control,
int offset) |
| Modifier and Type | Method and Description |
|---|---|
Wrap<? extends T> |
TreeSelector.select(LookupCriteria<T>... criteria)
Selects an item.
|
| Modifier and Type | Method and Description |
|---|---|
<INTERFACE extends ControlInterface> |
ControlInterfaceFactory.create(Wrap<?> control,
Class<INTERFACE> interfaceClass)
Instantiates interface.
|
<TYPE,INTERFACE extends TypeControlInterface<TYPE>> |
ControlInterfaceFactory.create(Wrap<?> control,
Class<INTERFACE> interfaceClass,
Class<TYPE> type)
Instantiates interface.
|
void |
Drag.dnd(Point point,
Wrap target,
Point targetPoint) |
void |
Drag.dnd(Point point,
Wrap target,
Point targetPoint,
Mouse.MouseButton button) |
void |
Drag.dnd(Point point,
Wrap target,
Point targetPoint,
Mouse.MouseButton button,
Modifier... modifiers) |
void |
Drag.dnd(Wrap target,
Point targetPoint) |
| Constructor and Description |
|---|
InterfaceException(Wrap object,
Class<T> interfaceClass) |
InterfaceException(Wrap object,
Class<T> interfaceClass,
Class<CT> type) |
| Modifier and Type | Method and Description |
|---|---|
Wrap<? extends CONTROL> |
AbstractLookup.wrap() |
Wrap<? extends CONTROL> |
Lookup.wrap()
Same as
wrap(0) |
Wrap<? extends CONTROL> |
AbstractLookup.wrap(int index)
Returns Wrap of the control with specified index
|
Wrap<? extends CONTROL> |
Lookup.wrap(int index)
Creates an instance of the Wrap class for one of the found UI controls.
|
| Constructor and Description |
|---|
RelativeCoordinateLookup(Wrap wrap,
boolean includeControl,
int hr,
int vr) |
| Modifier and Type | Class and Description |
|---|---|
class |
Screen
The class is abstract as the screen size is something which sould
be defined in implementation
|
class |
ScreenRectangle |
| Constructor and Description |
|---|
Timeline(long startTime,
Wrap<? extends T> wrap) |
Timeline(Wrap<T> wrap) |
Copyright © 2018. All rights reserved.