| Interface | Description |
|---|---|
| Button |
All Input Drivers should implement this interface for buttons
We need this interface to be able to extend buttons set
|
| Caret |
Responsible for "scrolling"
|
| Caret.Direction | |
| CaretOwner |
Interface representing an object which represents an integer value which
could be increased or decreased, such as scroll bar, slider, etc.
|
| Collapsible | |
| ControlInterface | |
| ControlInterfaceFactory |
This defines an interface to provide flexible way to control
test execution from outside.
|
| Drag | |
| Expandable | |
| Focus | |
| Focusable | |
| IntervalSelectable | |
| IntervalSelector | |
| Keyboard |
Defines how to simulate keyboard operations.
|
| Keyboard.KeyboardButton |
Keyboard button interface (i. e.
|
| Keyboard.KeyboardModifier |
Keyboard modifier interface (i. e.
|
| Label |
Read only text component.
|
| Menu<T> |
Represents a hierarchical structure (hence extending TreeSelector) in which
elements not only could be selected but also "pushes", which is an action
typically performed with menu.
|
| MenuOwner<T> |
The interface gives an access to a menu, such as menu bar or a popup menu.
|
| MenuSelectable<T> |
Represents a hierarchical structure in which elements not only could be
selected but also "pushes", which is an action typically performed with
menu.
|
| MenuSelectableOwner<T> | |
| Modifier | |
| Mouse | |
| Mouse.MouseButton |
Mouse button interface (i. e.
|
| Mouse.MouseModifier |
Mouse modifier interface (i. e.
|
| Parent<T> |
Represents a container for UI controls.
|
| PopupOwner<T> | |
| PopupSelectableOwner<T> | |
| Scroll |
Interface representing an object which represents an integer value which
could be increased or decreased, such as scroll bar, slider, etc.
|
| Selectable<STATE> |
Interface for a control with one selected state among the number of them.
|
| Selector<STATE> | |
| Show | |
| Showable | |
| Text | |
| TextInput | |
| Tree<T> | |
| TreeItem<T> | |
| TreeSelector<T> |
Represents a way to select an item within a hierarchy.
|
| TypeControlInterface<T> |
TODO: JavaDoc
|
| Window |
| Enum | Description |
|---|---|
| Keyboard.KeyboardButtons |
Keyboard buttons enum (i. e.
|
| Keyboard.KeyboardModifiers |
Keyboard modifiers enum (i. e.
|
| Mouse.MouseButtons |
Mouse Buttons
|
| Mouse.MouseModifiers |
Mouse modifiers enum (i. e.
|
| Window.Direction |
| Exception | Description |
|---|---|
| InterfaceException |
Copyright © 2018. All rights reserved.