|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IHandPanel
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 |
---|
void setStones(java.lang.Iterable<Pair<Stone,Position>> stones)
stones
- the stonesvoid resetCurrentRow()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |