A B C D E F G H I L M N P Q R S T U V

B

background - Variable in class client.framework.views.GameView
 
BBAction - Class in client.brickblock.fwimpl
An extension of the Action class, that contain the actions specific for the BrickBlock implementation of the framework.
BBBoard - Class in client.brickblock.fwimpl
This class is the implementation of the abstract class GameView.
BBBoard(AbstractGame) - Constructor for class client.brickblock.fwimpl.BBBoard
Constructor.
BBEventHandler - Class in server.brickblock.fwimpl
Thread that is responsible for generating traps and power up objects, as well as player positions on game initiation.
BBEventHandler(BBSession) - Constructor for class server.brickblock.fwimpl.BBEventHandler
Creates the BBEventHandler object.
BBPlayer - Class in client.brickblock.fwimpl
BrickBlock's AbstractPlayer implemention.
BBPlayer(String, String, int) - Constructor for class client.brickblock.fwimpl.BBPlayer
Constructor for BBPlayer.
BBPlayer(String, String) - Constructor for class client.brickblock.fwimpl.BBPlayer
Constructor that corresponds to the super constructor.
BBPlayer(String) - Constructor for class client.brickblock.fwimpl.BBPlayer
Yet another constructor that creates a nameless player.
BBPlayer - Class in server.brickblock.fwimpl
BrickBlock's AbstractPlayer implemention.
BBPlayer(SocketWrapper, AbstractServer, TestModule.TestType) - Constructor for class server.brickblock.fwimpl.BBPlayer
Creates a BBPlayer object with the specified attributes.
BBServer - Class in server.brickblock.fwimpl
The BrickBlock implementation of the AbstractServer model.
BBServer(int, AbstractServer.CommType, TestModule.TestType) - Constructor for class server.brickblock.fwimpl.BBServer
Creates a BBServer object by calling the parent class' constructor.
BBSession - Class in server.brickblock.fwimpl
The BrickBlock implementation of the AbstractSession model.
BBSession(AbstractServer<BBSession, BBPlayer>, TestModule.TestType) - Constructor for class server.brickblock.fwimpl.BBSession
Creates a BBSession object by calling the parent class' constructor.
boardHeight - Variable in class client.framework.views.GameView
 
boardWidth - Variable in class client.framework.views.GameView
 
BrickBlock - Class in client.brickblock.fwimpl
The implementation of the abstract class AbstractGame, which contains the most important data for running a game in the framework framework.
BrickBlock() - Constructor for class client.brickblock.fwimpl.BrickBlock
 
BrickBlock - Class in server
The class containing the BrickBlock server's main method.
BrickBlock() - Constructor for class server.BrickBlock
 
buildString(Object[]) - Static method in class client.framework.Utils
Builds a string using a StringBuffer object.

A B C D E F G H I L M N P Q R S T U V