MindFusion.Java Package Programmer's Guide
ComponentKeyEventAdapter.keyPressed Method
See Also
 






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

Namespace: com.mindfusion.diagramming.components
Package: com.mindfusion.diagramming.components

 Syntax

Java  Copy Code

public void keyPressed (
    Object sender,
    ComponentKeyEvent e
)

 Parameters

sender

e

 See Also

ComponentKeyEventAdapter Members
ComponentKeyEventAdapter Class
com.mindfusion.diagramming.components Namespace