Uses of Interface
org.vizzini.ui.game.IEnvironmentUI

Packages that use IEnvironmentUI
org.vizzini.example.gin.ui Provides gin user interface classes for the game framework. 
org.vizzini.example.qubic.ui Provides Qubic user interface classes for the game framework. 
org.vizzini.ui.game Provides core game user interface classes for the game framework. 
org.vizzini.ui.game.arcadegame Provides arcade game user interface classes for the game framework. 
org.vizzini.ui.game.boardgame Provides board game user interface classes for the game framework. 
org.vizzini.ui.game.boardgame.chess Provides user interface classes for 3D chess for the game framework. 
org.vizzini.ui.game.cardgame Provides card game user interface classes for the game framework. 
org.vizzini.ui.game.simulation Provides simulation user interface classes for the game framework. 
 

Uses of IEnvironmentUI in org.vizzini.example.gin.ui
 

Classes in org.vizzini.example.gin.ui that implement IEnvironmentUI
 class EnvironmentUISwing
          Provides an environment user interface for Gin.
 class EnvironmentUIText
          Provides functionality for a text environment user interface for Gin in the game framework.
 

Uses of IEnvironmentUI in org.vizzini.example.qubic.ui
 

Classes in org.vizzini.example.qubic.ui that implement IEnvironmentUI
 class GridBoardUISwing
          Provides functionality for a Swing 3D Qubic grid board environment user interface in the game framework.
 

Uses of IEnvironmentUI in org.vizzini.ui.game
 

Classes in org.vizzini.ui.game that implement IEnvironmentUI
 class AbstractEnvironmentUISwing
          Provides base functionality for environment user interfaces in the game framework.
 class AbstractEnvironmentUIText
          Provides base functionality for environment user interfaces in the game framework.
 class EnvironmentUISupport
          Provides base functionality for environment user interfaces in the game framework.
 

Methods in org.vizzini.ui.game that return IEnvironmentUI
protected  IEnvironmentUI GameUISupport.createEnvironmentUI(Properties properties)
          Create the environment UI.
 IEnvironmentUI AbstractGameUISwing.getEnvironmentUI()
          Return the environment user interface component.
 IEnvironmentUI AbstractGameUIText.getEnvironmentUI()
          Return the environment user interface component.
 IEnvironmentUI GameUISupport.getEnvironmentUI()
          Return the environment user interface component.
 IEnvironmentUI IGameUI.getEnvironmentUI()
          Return the environment user interface component.
 

Uses of IEnvironmentUI in org.vizzini.ui.game.arcadegame
 

Classes in org.vizzini.ui.game.arcadegame that implement IEnvironmentUI
 class AbstractArcadeEnvUISwing
          Provides base functionality for arcade game environment user interfaces in the game framework.
 

Uses of IEnvironmentUI in org.vizzini.ui.game.boardgame
 

Subinterfaces of IEnvironmentUI in org.vizzini.ui.game.boardgame
 interface IGridBoard3DUISwing
          Defines methods required by grid board 3D environment user interfaces in the game framework.
 interface IGridBoardUI
          Defines methods required by grid board environment user interfaces in the game framework.
 interface IGridBoardUISwing
          Defines methods required by grid board environment user interfaces in the game framework.
 

Classes in org.vizzini.ui.game.boardgame that implement IEnvironmentUI
 class AbstractGridBoardUISwing
          Provides base functionality for Swing grid board environment user interfaces in the game framework.
 class DefaultGridBoard3DUISwing
          Provides a default implementation of a grid board 3D UI for Swing.
 class GridBoard3DUISwing
          Provides functionality for Swing 3D grid board environment user interfaces in the game framework.
 class GridBoardUIText
          Provides functionality for text grid board environment user interfaces in the game framework.
 

Uses of IEnvironmentUI in org.vizzini.ui.game.boardgame.chess
 

Classes in org.vizzini.ui.game.boardgame.chess that implement IEnvironmentUI
 class DefaultGridBoardUISwing
          Provides default functionality for Swing grid board user interfaces in the 3D chess framework.
 

Uses of IEnvironmentUI in org.vizzini.ui.game.cardgame
 

Classes in org.vizzini.ui.game.cardgame that implement IEnvironmentUI
 class AbstractCardEnvUISwing
          Provides base functionality for card game environment user interfaces in the game framework.
 class AbstractCardEnvUIText
          Provides base functionality for card game environment user interfaces in the game framework.
 

Uses of IEnvironmentUI in org.vizzini.ui.game.simulation
 

Subinterfaces of IEnvironmentUI in org.vizzini.ui.game.simulation
 interface ISimEnvironmentUI
          Defines methods required by a simulation environment user interface.
 

Classes in org.vizzini.ui.game.simulation that implement IEnvironmentUI
 class AbstractSimEnvironmentUISwing
          Provides base functionality for a simulation environment user interface using Swing.
 class DefaultSimEnvironmentUISwing
          Provides a default simulation environment user interface using Swing.
 



Copyright © 2007 Vizzini.org. All Rights Reserved. 2007.12.25.03.00.02