Uses of Interface
ca.corbett.extras.io.KeyAction
Packages that use KeyAction
Package
Description
Contains utility classes for dealing with input and output operations.
-
Uses of KeyAction in ca.corbett.extras.io
Methods in ca.corbett.extras.io with parameters of type KeyActionModifier and TypeMethodDescriptionKeyStrokeManager.registerHandler(String keyStroke, KeyAction action) A convenience method to allow registration of simple KeyActions without having to create a whole Action object.KeyStrokeManager.registerHandler(KeyStroke keyStroke, KeyAction action) A convenience method to allow registration of simple KeyActions without having to create a whole Action object.