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
-
getName()
- Returns the name of the key action object.
-
perform(char)
- Performs the key action with the specified typed key character.
getName
public abstract String getName()
- Returns the name of the key action object.
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