Package com.guiseframework.input

Interface Summary
Command A command that can be used as input.
GestureInput An encapsulation of user input from a gesture.
Input An encapsulation of user input.
InputStrategy A strategy for processing input.
KeyboardInput An encapsulation of user input from a keyboard.
MouseInput An encapsulation of user input from a mouse.
 

Class Summary
AbstractGestureInput An abstract encapsulation of user input from a gesture.
AbstractInputStrategy An abstract implementation of a strategy for processing input.
AbstractMouseInput An abstract encapsulation of user input from a mouse.
BindingInputStrategy An input strategy based upon input bindings between input and other input or actions.
CommandInput User input in the form of a command.
KeystrokeInput An encapsulation of key stroke input.
MouseClickInput An encapsulation of mouse click input.
 

Enum Summary
Key A key on a keyboard.
MediaCommand Commands for controlling media.
MouseButton A button on a mouse.
ProcessCommand Commands for reacting to a decision to be made during a process.
ResourceCommand Commands for working with resources.
 



Copyright © 2005-2010 GlobalMentor, Inc. All Rights Reserved.