Uses of Class
de.adom.jade.ui.UserInterface

Packages that use UserInterface
de.adom.jade.kernel   
de.adom.jade.startup   
de.adom.jade.ui   
de.adom.jade.ui.ascii   
 

Uses of UserInterface in de.adom.jade.kernel
 

Methods in de.adom.jade.kernel that return UserInterface
static UserInterface Game.getUserInterface()
          Returns the user interface for this game.
 

Methods in de.adom.jade.kernel with parameters of type UserInterface
static void Game.setUserInterface(UserInterface theUI)
          Sets the valid user interface for this game.
 

Uses of UserInterface in de.adom.jade.startup
 

Constructors in de.adom.jade.startup with parameters of type UserInterface
JadeLoader(SplashScreen theScreen, UserInterface theUI)
          Creates a new loader for loading all JADE data in a delayed way.
 

Uses of UserInterface in de.adom.jade.ui
 

Subclasses of UserInterface in de.adom.jade.ui
 class DefaultUserInterface
          Implements some of the basic functions required by user interfaces to reduce the burden of implementation somewhat.
 

Methods in de.adom.jade.ui that return UserInterface
static UserInterface UserInterfaceFactory.createUserInterface()
          Selects a user interface from the available list of user interfaces.
 

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

Subclasses of UserInterface in de.adom.jade.ui.ascii
 class AsciiUserInterface
          Implements an ascii based user interface.