Uses of Class
org.vizzini.ui.AbstractApp

Packages that use AbstractApp
org.vizzini.example.ant.ui   
org.vizzini.example.pong.ui Provides pong user interface classes for the game framework. 
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 AbstractApp in org.vizzini.example.ant.ui
 

Subclasses of AbstractApp in org.vizzini.example.ant.ui
 class AntUI
          Provides a user interface for the artificial ant problem.
 

Uses of AbstractApp in org.vizzini.example.pong.ui
 

Subclasses of AbstractApp in org.vizzini.example.pong.ui
 class GameUISwing
          Provides a game user interface for Pong.
 

Uses of AbstractApp in org.vizzini.tool.colordesigner
 

Subclasses of AbstractApp in org.vizzini.tool.colordesigner
 class ColorDesigner
          Provides a user interface for designing colors.
 

Uses of AbstractApp in org.vizzini.ui
 

Methods in org.vizzini.ui with parameters of type AbstractApp
static void ApplicationSupport.openURL(AbstractApp app, String urlString)
          Show the given URL in the default browser.
static void ApplicationSupport.openURL(AbstractApp app, URL url)
          Show the given URL in the default browser.
 

Uses of AbstractApp in org.vizzini.ui.database
 

Subclasses of AbstractApp in org.vizzini.ui.database
 class DatabaseUI
          Provides the applet/application for a simple database.
 

Uses of AbstractApp in org.vizzini.ui.game
 

Subclasses of AbstractApp in org.vizzini.ui.game
 class AbstractGameUISwing
          Provides base functionality for Swing game user interfaces in the game framework.
 

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

Subclasses of AbstractApp in org.vizzini.ui.game.arcadegame
 class AbstractArcadeGameUISwing
          Provides base functionality for arcade game user interfaces in the game framework.
 

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

Subclasses of AbstractApp in org.vizzini.ui.game.boardgame
 class AbstractBoardgameUISwing
          Provides base functionality for Swing game user interfaces in the game framework.
 

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

Subclasses of AbstractApp in org.vizzini.ui.game.boardgame.chess
 class AbstractChessGameUISwing
          Provides base functionality for Swing game user interfaces in 3D Chess.
 

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

Subclasses of AbstractApp in org.vizzini.ui.game.cardgame
 class AbstractCardGameUISwing
          Provides base functionality for card game user interfaces in the game framework.
 

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

Subclasses of AbstractApp in org.vizzini.ui.game.simulation
 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