Uses of Interface
IPlayer

Uses of IPlayer in <Unnamed>
 

Subinterfaces of IPlayer in <Unnamed>
 interface IAutoPlayer
          Add method for auto/computer player to the standard player interface.
 

Classes in <Unnamed> that implement IPlayer
 class AbstractAutoPlayer
          Augments AutoPlayer by adding abstract method for autoplayer.
 class AbstractPlayer
          Supplies default implementation and state for a player.
 class BadAutoPlayer
          AutoPlayer that can't find any words.
 class HumanPlayer
           
 

Methods in <Unnamed> with parameters of type IPlayer
 void IPlayerView.showWord(java.lang.String word, java.util.List<BoardCell> list, IPlayer player)
          A view should support some way to visualize a player's word found on a board at some set of board locations.