Uses of Class
com.threerings.puzzle.data.BoardSummary

Packages that use BoardSummary
com.threerings.puzzle.client   
com.threerings.puzzle.data   
com.threerings.puzzle.drop.client   
com.threerings.puzzle.drop.data   
com.threerings.puzzle.server   
 

Uses of BoardSummary in com.threerings.puzzle.client
 

Methods in com.threerings.puzzle.client with parameters of type BoardSummary
 void PlayerStatusView.setBoardSummary(BoardSummary summary)
          Sets the player board summary.
 

Uses of BoardSummary in com.threerings.puzzle.data
 

Fields in com.threerings.puzzle.data declared as BoardSummary
 BoardSummary[] PuzzleObject.summaries
          Summaries of the boards of all players in this puzzle (may be null if the puzzle doesn't support individual player boards).
 

Methods in com.threerings.puzzle.data with parameters of type BoardSummary
 void PuzzleObject.setSummaries(BoardSummary[] value)
          Requests that the summaries field be set to the specified value.
 void PuzzleObject.setSummariesAt(BoardSummary value, int index)
          Requests that the indexth element of summaries field be set to the specified value.
 

Uses of BoardSummary in com.threerings.puzzle.drop.client
 

Methods in com.threerings.puzzle.drop.client with parameters of type BoardSummary
 void DropPanel.setSummary(int pidx, BoardSummary summary)
          Updates the board summary display for the given player.
 

Uses of BoardSummary in com.threerings.puzzle.drop.data
 

Subclasses of BoardSummary in com.threerings.puzzle.drop.data
 class DropBoardSummary
          Provides a summary of a DropBoard.
 

Uses of BoardSummary in com.threerings.puzzle.server
 

Methods in com.threerings.puzzle.server that return BoardSummary
 BoardSummary PuzzleManager.getBoardSummary(int pidx)
          Returns the board summary for the given player index.
 



Copyright © 2011. All Rights Reserved.