Uses of Interface
de.adom.jade.ui.KeyboardCommandTarget

Packages that use KeyboardCommandTarget
de.adom.jade.ui   
de.adom.jade.ui.ascii   
 

Uses of KeyboardCommandTarget in de.adom.jade.ui
 

Constructors in de.adom.jade.ui with parameters of type KeyboardCommandTarget
KeyboardCommandProducer(KeyboardCommandTarget target)
          Creates a key command producer that retrieves the mapping information between keys and commands from the standard ressource located at .
KeyboardCommandProducer(KeyboardCommandTarget target, java.lang.String location)
          Creates a key command producer that retrieves the mapping information between keys and commands from the given location.
 

Uses of KeyboardCommandTarget in de.adom.jade.ui.ascii
 

Classes in de.adom.jade.ui.ascii that implement KeyboardCommandTarget
 class AsciiUserInterface
          Implements an ascii based user interface.