Package org.malai.interaction.library

Class Summary
AbortableDnD This interaction defines a drag-and-drop which can be aborted.
ButtonPressed A ButtonPressed interaction occurs when a button is pressed.
CheckBoxModified This interaction is based on a checkbox that has been selected or unselected.
DnD A DnD interaction is a Drag-And-Drop: press-drag-release.
DoubleClick This interaction defines a double click.
EscapeKeyPressureTransition This transition should be used to cancel an interaction using key ESCAPE.
KeyInteraction This abstract interaction should be used to define interaction based on keyboards.
KeyPressure A KeyPressure interaction occurs when a key of a keyboard is pressed.
KeysPressure This interaction permits to define combo a key pressed that can be used to define shortcuts, etc.
KeysScrolling Defines an interaction based on mouse scrolling and keyboard.
KeysTyped A KeyTyped interaction occurs when several keys are typed.
KeyTyped A KeyTyped interaction occurs when a key of a keyboard is pressed and then released.
ListSelectionModified This interaction is based on a list which selection has been modified.
MenuItemPressed This interaction is based on a menu item that has been modified.
MultiClick This interaction allows to performed several clicks using button 1.
PointInteraction This abstract interaction defines an interaction used by pointing devices.
Press This interaction starts and ends when a button of a pointing device is pressed.
Scrolling Defines an interaction based on mouse scrolling.
SimpleClick This interaction defines a simple click.
SpinnerModified This interaction is based on a spinner that has been modified.
TabSelected A TabSelected interaction occurs when the selected tab of a tabbed changed.
TextChanged This interaction is performed when the text of a text field is modified.
WindowClosed This interaction is performed when a window is closed by pressing the decorating close button.