All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface jp.kyasu.awt.text.KeyAction

public interface KeyAction
The interface for objects which perform an action when a key is typed.

Version:
01 Aug 1997
Author:
Kazuki YASUMATSU
See Also:
CompositeKeyAction, KeyBinding, Keymap, TextEditController

Method Index

 o getName()
Returns the name of the key action object.
 o perform(char)
Performs the key action with the specified typed key character.

Methods

 o getName
 public abstract String getName()
Returns the name of the key action object.

 o perform
 public abstract void perform(char keyChar)
Performs the key action with the specified typed key character.

Parameters:
keyChar - the typed key character.

All Packages  Class Hierarchy  This Package  Previous  Next  Index