Search
ComponentController Members
Methods
 


Defines the interface that controller classes should implement to get user input from the Dashboard control.

The following tables list the members exposed by the ComponentController type.

 Public Methods

  Name Description

drawInteraction

Draws a representation of the current state of user interaction on specified Graphics surface.

getComponent

 

getRunningAnimation

For internal use.

onMouseDown

Called when the user presses a mouse button.

onMouseMove

Called when the user moves the mouse.

onMouseUp

Called when the user releases a mouse button.

 See Also