jrummikub.view
Interface IHandPanel

All Superinterfaces:
IClickable, IStonePanel
All Known Implementing Classes:
HandPanel

public interface IHandPanel
extends IStonePanel, IClickable

The view for a player's hand that displays his stones


Method Summary
 void resetCurrentRow()
          Resets the rows currently displayed
 void setStones(java.lang.Iterable<Pair<Stone,Position>> stones)
          Set the player's stones to display on the board
 
Methods inherited from interface jrummikub.view.IStonePanel
getRangeClickEvent, getSetClickEvent, getStoneClickEvent
 
Methods inherited from interface jrummikub.view.IClickable
getClickEvent
 

Method Detail

setStones

void setStones(java.lang.Iterable<Pair<Stone,Position>> stones)
Set the player's stones to display on the board

Parameters:
stones - the stones

resetCurrentRow

void resetCurrentRow()
Resets the rows currently displayed