Uses of Interface
org.vizzini.ui.IOSXApp

Packages that use IOSXApp
org.vizzini.example.ant.ui   
org.vizzini.example.artemischess.ui Provides user interface classes for the Artemis 3D chess example application. 
org.vizzini.tool.colordesigner Provides color designer classes for the game framework. 
org.vizzini.ui Provides basic user interface classes for the game framework. 
org.vizzini.ui.database Provides database 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 IOSXApp in org.vizzini.example.ant.ui
 

Classes in org.vizzini.example.ant.ui that implement IOSXApp
 class AntUI
          Provides a user interface for the artificial ant problem.
 

Uses of IOSXApp in org.vizzini.example.artemischess.ui
 

Classes in org.vizzini.example.artemischess.ui that implement IOSXApp
 class GameUISwing
          Provides base functionality for a Swing game user interface for 3D chess.
 

Uses of IOSXApp in org.vizzini.tool.colordesigner
 

Classes in org.vizzini.tool.colordesigner that implement IOSXApp
 class ColorDesigner
          Provides a user interface for designing colors.
 

Uses of IOSXApp in org.vizzini.ui
 

Classes in org.vizzini.ui that implement IOSXApp
 class AbstractApp
          Provides a base class for applets and applications.
 

Methods in org.vizzini.ui with parameters of type IOSXApp
static void OSXAdapter.registerMacOSXApplication(IOSXApp inApp)
          The main entry-point for this functionality.
 

Uses of IOSXApp in org.vizzini.ui.database
 

Classes in org.vizzini.ui.database that implement IOSXApp
 class DatabaseUI
          Provides the applet/application for a simple database.
 

Uses of IOSXApp in org.vizzini.ui.game
 

Classes in org.vizzini.ui.game that implement IOSXApp
 class AbstractGameUISwing
          Provides base functionality for Swing game user interfaces in the game framework.
 

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

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

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

Classes in org.vizzini.ui.game.boardgame that implement IOSXApp
 class AbstractBoardgameUISwing
          Provides base functionality for Swing game user interfaces in the game framework.
 

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

Classes in org.vizzini.ui.game.boardgame.chess that implement IOSXApp
 class AbstractChessGameUISwing
          Provides base functionality for Swing game user interfaces in 3D Chess.
 

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

Classes in org.vizzini.ui.game.cardgame that implement IOSXApp
 class AbstractCardGameUISwing
          Provides base functionality for card game user interfaces in the game framework.
 

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

Classes in org.vizzini.ui.game.simulation that implement IOSXApp
 class AbstractSimulationUISwing
          Provides base functionality for a simulation game user interface using Swing.
 class DefaultSimulationUISwing
          Provides a default simulation game user interface using Swing.
 



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