Uses of Package
de.adom.jade.ui

Packages that use de.adom.jade.ui
de.adom.jade.kernel   
de.adom.jade.startup   
de.adom.jade.ui   
de.adom.jade.ui.ascii   
de.adom.jade.world.maps   
 

Classes in de.adom.jade.ui used by de.adom.jade.kernel
UserInterface
          Defines all the operations that a user interface has to provide in order to present the internal game data in an adequate way to the player.
 

Classes in de.adom.jade.ui used by de.adom.jade.startup
UserInterface
          Defines all the operations that a user interface has to provide in order to present the internal game data in an adequate way to the player.
 

Classes in de.adom.jade.ui used by de.adom.jade.ui
HTMLDialog
          Implements a base class for displaying HTML data.
KeyboardCommandTarget
          Provides an interface implemented by classes interested in being notified about commands activated through a sequence of keyboard inputs.
TileRepresentation
          Stores all data required to represent a specific known map tile (as it was known when it was visible the last time).
UserInterface
          Defines all the operations that a user interface has to provide in order to present the internal game data in an adequate way to the player.
 

Classes in de.adom.jade.ui used by de.adom.jade.ui.ascii
DefaultUserInterface
          Implements some of the basic functions required by user interfaces to reduce the burden of implementation somewhat.
KeyboardCommandTarget
          Provides an interface implemented by classes interested in being notified about commands activated through a sequence of keyboard inputs.
TileRepresentation
          Stores all data required to represent a specific known map tile (as it was known when it was visible the last time).
UserInterface
          Defines all the operations that a user interface has to provide in order to present the internal game data in an adequate way to the player.
 

Classes in de.adom.jade.ui used by de.adom.jade.world.maps
MapView
          Memorizes which parts of the map are currently visibly and which are not.