Uses of Interface
klaus.backend.ChessBackend

Packages that use ChessBackend
klaus.backend   
klaus.components   
klaus.views   
 

Uses of ChessBackend in klaus.backend
 

Classes in klaus.backend that implement ChessBackend
 class AnalyzeBackend
           
 class NullBackend
          This is a default backend implementing basic actions (setActive/setInactive) and ignoring most of the input.
 class OfflinePlayingBackend
           
 

Uses of ChessBackend in klaus.components
 

Fields in klaus.components declared as ChessBackend
(package private)  ChessBackend ChessClock.backend
           
private  ChessBackend ChessBoard.backend
          The backend used by this board
 

Methods in klaus.components that return ChessBackend
 ChessBackend ChessBoard.getBackend()
           
 

Methods in klaus.components with parameters of type ChessBackend
 void ChessBoard.setBackend(ChessBackend backend)
           
 

Constructors in klaus.components with parameters of type ChessBackend
ChessBoard(ChessBackend chessBackend)
           
ChessClock(ChessBackend backend)
           
 

Uses of ChessBackend in klaus.views
 

Methods in klaus.views that return ChessBackend
 ChessBackend ChessView.getBackend()
           
 ChessBackend AnalyzeView.getBackend()