See: Description
| Interface | Description |
|---|---|
| EnumEventType |
The class EnumEventType.
|
| Enum | Description |
|---|---|
| AutoHandler.CallbackObject |
The callback object to use for annotation event handler.
|
| OnAction.ActionType |
The Action event type.
|
| OnDrag.DragType |
The Drag event type.
|
| OnFinished.FinishedType |
The Finished event type.
|
| OnKey.KeyType |
The Key event type.
|
| OnMouse.MouseType |
The Mouse event type.
|
| OnRotate.RotateType |
The Rotate event type.
|
| OnScroll.ScrollType |
The Scroll event type.
|
| OnSwipe.SwipeType |
The Swipe event type.
|
| OnTouch.TouchType |
The Touch event type.
|
| OnWindow.WindowType |
The Window event type.
|
| OnZoom.ZoomType |
The Zoom event type.
|
| Annotation Type | Description |
|---|---|
| AutoHandler |
This annotation is used to define the callback object to use for annotation event handler.
|
| OnAction |
This annotation is used to automatically attached an action event handler to a property node.
|
| OnDrag |
This annotation is used to automatically attached a Drag event handler to a property node.
|
| OnFinished |
This annotation is used to automatically attached a Finished event handler to an Animation.
|
| OnKey |
This annotation is used to automatically attached a Key event handler to a property node.
|
| OnMouse |
This annotation is used to automatically attached a Mouse event handler to a property node.
|
| OnRotate |
This annotation is used to automatically attached a Rotate event handler to a property node.
|
| OnScroll |
This annotation is used to automatically attached an Scroll event handler to a property node.
|
| OnSwipe |
This annotation is used to automatically attached a Zoom event handler to a property node.
|
| OnTouch |
This annotation is used to automatically attached a touch event handler to a property node.
|
| OnWindow |
This annotation is used to automatically attached a window event handler to a property node.
|
| OnZoom |
This annotation is used to automatically attached a Zoom event handler to a property node.
|
| RootNodeId |
This annotation is used to automatically give an ID for the root node of a view.
|
Copyright © 2011–2014 JRebirth OSS. All rights reserved.