Uses of Interface
checkers.CheckersConstants

Packages that use CheckersConstants
checkers.controller   
checkers.model   
checkers.view   
 

Uses of CheckersConstants in checkers.controller
 

Classes in checkers.controller that implement CheckersConstants
 class GameController
          An interface between the GUI and the kernel classes in a checkers game.
 

Uses of CheckersConstants in checkers.model
 

Classes in checkers.model that implement CheckersConstants
 class Board
          This class represents the board on which checkers is being played.
 class CheckersGame
          This class is a part of the main functionality of the checkers game.
 class ForceJumpValidator
          This class is used to check for force jumps.
 class Rules
          This class is used to check the validity of the moves made by the players.
 

Uses of CheckersConstants in checkers.view
 

Classes in checkers.view that implement CheckersConstants
 class CheckerGUI
           
 class Firstscreen
           
 class NetworkView
          Observes model, and sends any changes over the network.
 class Secondscreen
          This is the second screen of options.