Package org.moyoman.client.reference

Provides classes for a reference implementation of a Moyoman client GUI application.

See:
          Description

Interface Summary
IMoyoman Defines methods required by users of the Moyoman main GUI class.
 

Class Summary
AboutDialog Provides an about box dialog.
Annotation Provides an annotation object for use with Board.
Board Provides a Go board user interface.
Board$1  
Board$2  
Board$3  
CustomMenu Provides a menu for custom commands.
DebugModuleDialog Provides a dialog to select modules for debugging.
DebugModuleDialog$1  
DeleteGameDialog Provides a save game dialog.
DeleteGamesSwingWorker Provides an implementation of SwingWorker to perform the delete game action in a separate thread.
ForestUI Provides a user interface for the Forest debug type.
GameDialog Provides a base game dialog class for open, save, and delete.
GameEngineSwingWorker Provides an implementation of SwingWorker to perform the player actions in a separate thread.
GameManager Provides a manager for Moyoman Go games.
GameManager$1  
InteractiveComputerPlayer Provides an implementation of ValidatedPlayer to allow both mouse input and computer play.
MousePlayer Provides an implementation of NonvalidatedPlayer to allow mouse input.
MousePlayerFactory Provides a factory for creating mouse players.
Moyoman Provides a client GUI for Moyoman Go.
Moyoman$1  
NewDialog Provides a new game dialog.
NewDialog$1  
NewGameSwingWorker Provides an implementation of SwingWorker to perform the new game action in a separate thread.
OpenGameDialog Provides a open game dialog.
OpenGameDialog$1  
OpenGameSwingWorker Provides an implementation of SwingWorker to perform the open game action in a separate thread.
PrisonerCounter Provides a counter for white and black prisoners.
ResumeGameSwingWorker Provides an implementation of SwingWorker to perform the resume game action in a separate thread.
SaveGameDialog Provides a save game dialog.
SaveGameDialog$1  
SaveGameSwingWorker Provides an implementation of SwingWorker to perform the save game action in a separate thread.
StartGameSwingWorker Provides a base implementation of SwingWorker to perform the new, open, or resume game action in a separate thread.
 

Package org.moyoman.client.reference Description

Provides classes for a reference implementation of a Moyoman client GUI application.

Author:
Jeffrey M. Thompson