MindFusion.Java Package Programmer's Guide
ComponentKeyEventAdapter Members
Constructors Methods
 


Provides empty implementations for the methods defined in the ComponentKeyEventListener interface. This lets you override only the handlers for the events you are interested in, instead of implementing all methods of ComponentKeyEventListener.

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

 Public Constructors

  Name Description

ComponentKeyEventAdapter

 

 Public Methods

  Name Description

keyDown

Raised when a key is pressed while the component has input focus.

keyPressed

Raised when a key is pressed while the component has input focus.

keyUp

Raised when a key is released while the component has input focus.

 See Also

ComponentKeyEventAdapter Class
com.mindfusion.diagramming.components Namespace