Uses of Interface
soc.game.SOCBoard.BoardFactory

Packages that use SOCBoard.BoardFactory
soc.game   
soc.server   
 

Uses of SOCBoard.BoardFactory in soc.game
 

Classes in soc.game that implement SOCBoard.BoardFactory
static class SOCBoard.DefaultBoardFactory
          Default implementation of SOCBoard.BoardFactory, used at client.
 

Fields in soc.game declared as SOCBoard.BoardFactory
static SOCBoard.BoardFactory SOCGame.boardFactory
          The SOCBoard.BoardFactory for creating new boards in the SOCGame constructors.
 

Uses of SOCBoard.BoardFactory in soc.server
 

Classes in soc.server that implement SOCBoard.BoardFactory
static class SOCBoardLargeAtServer.BoardFactoryAtServer
          Server-side implementation of SOCBoard.BoardFactory to create SOCBoardLargeAtServers.