The methods of the PNavigationEventHandler class are listed below. For a complete list of PNavigationEventHandler class members, see the PNavigationEventHandler Members topic.
![]() | Animates the camera's view to keep the focus node on the screen and at 100 percent scale with minimal view movement. |
![]() | Overridden. Accepts left mouse button events and non-mouse events. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Gets the nearest neighbor in the specified direction. |
![]() | Get a list of all neighbors (parent, siblings and children). |
![]() | Gets the Type of the current instance. |
![]() | Moves the focus to the nearest node below this node. |
![]() | Moves the focus to the nearest child of this node. |
![]() | Moves the focus to the nearest node left of this node. |
![]() | Moves the focus to the nearest ancestor of this node. |
![]() | Moves the focus to the nearest node right of this node. |
![]() | Moves the focus to the node under the cursor. |
![]() | Moves the focus to the nearest node above this node. |
![]() | Returns true if the given node is a neighbor of the current focus in the specified direction. |
![]() | Called when a Click event is sent to this listener. |
![]() | Called when a DoubleClick event is sent to this listener. |
![]() | Called when a DragDrop event is sent to this listener. |
![]() | Called when a DragEnter event is sent to this listener. |
![]() | Called when a DragLeave event is sent to this listener. |
![]() | Called when a DragOver event is sent to this listener. |
![]() | Called when a GotFocus event is sent to this listener. |
![]() | Overridden. Handles key events that move the focus. |
![]() | Called when a KeyPress event is sent to this listener. |
![]() | Called when a KeyUp event is sent to this listener. |
![]() | Called when a LostFocus event is sent to this listener. |
![]() | Overridden. Moves the focus to the node under the cursor. |
![]() | Called when a MouseDrag event is sent to this listener. |
![]() | Called when a MouseEnter event is sent to this listener. |
![]() | Called when a MouseLeave event is sent to this listener. |
![]() | Called when a MouseMove event is sent to this listener. |
![]() | Called when a MouseUp event is sent to this listener. |
![]() | Called when a MouseWheel event is sent to this listener. |
![]() | Sorts the given list of nodes by their distance from the given point. Nodes closest to the point will be placed first in the list. |
![]() | Overridden. Returns a string representation of this object for debugging purposes. |
![]() | Animate the camera's view matrix from its current value when the activity starts to the new destination matrix value. |
![]() | Removes any white space. The canvas may be panned and zoomed in to do this. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |
![]() | The filter for a PBasicInputEventHandler. This method only rejects an event if it has already been marked as handled. |
PNavigationEventHandler Class | UMD.HCIL.PiccoloX.Events Namespace