|
boolean | equals (Object object) |
|
Domain | getDomain () |
| Returns the domain the object belongs to. More...
|
|
Metaclass | getDynamicMetaclass () |
| Returns the metaclass of the dynamic type of the object. More...
|
|
boolean | isStale () |
| Test if the object is stale i.e. More...
|
|
AbstractMetaclass | metaclass = new AbstractMetaclass("Kanzi.InputManipulator") |
| Metaclass for InputManipulator.
|
|
AbstractMessageType | CanceledMessage = new AbstractMessageType("Message.Pan.Canceled") |
| Occurs when focus moves away from the node during the pan gesture.
|
|
AbstractMessageType | EnteredMessage = new AbstractMessageType("Message.Pan.Entered") |
| Occurs when the pan gesture enters the node the manipulator is attached to.
|
|
AbstractMessageType | FinishedMessage = new AbstractMessageType("Message.Pan.Finished") |
| Occurs when the user lifts their finger after Kanzi recognizes a pan gesture.
|
|
AbstractMessageType | LeftMessage = new AbstractMessageType("Message.Pan.Left") |
| Occurs when the pan gesture leaves the node the manipulator is attached to.
|
|
AbstractMetaclass | metaclass = new AbstractMetaclass("Kanzi.PanManipulator") |
| Metaclass for PanManipulator.
|
|
AbstractMessageType | MovedMessage = new AbstractMessageType("Message.Pan.Moved") |
| Occurs when the user changes the position of their finger and that change exceeds the recognition thresholds.
|
|
AbstractMessageType | StartedMessage = new AbstractMessageType("Message.Pan.Started") |
| Occurs when the user presses down their finger on the node. More...
|
|