|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITablePanel
The view of the table, where the stone sets lie
Method Summary | |
---|---|
Event1<StoneSet> |
getLeftConnectorClickEvent()
the left connector click event is emitted when the player clicks on a left connector of a stone set on the table . |
Event1<StoneSet> |
getRightConnectorClickEvent()
the right connector click event is emitted when the player clicks on a right connector of a stone set on the table . |
IStoneCollectionPanel |
getStoneCollectionPanel()
Returns the stone collection (the panel showing the stones currently selected) |
void |
setLeftPlayerName(java.lang.String playerName)
Sets the player name on the left label |
void |
setRightPlayerName(java.lang.String playerName)
Sets the player name on the right label |
void |
setStoneSets(java.lang.Iterable<Pair<StoneSet,Position>> stoneSets)
Sets the stone sets lying on the table |
void |
setTopPlayerName(java.lang.String playerName)
Sets the player name on the top label |
Methods inherited from interface jrummikub.view.IStonePanel |
---|
getRangeClickEvent, getSetClickEvent, getStoneClickEvent |
Methods inherited from interface jrummikub.view.IClickable |
---|
getClickEvent |
Method Detail |
---|
void setLeftPlayerName(java.lang.String playerName)
playerName
- the name to setvoid setTopPlayerName(java.lang.String playerName)
playerName
- the name to setvoid setRightPlayerName(java.lang.String playerName)
playerName
- the name to setvoid setStoneSets(java.lang.Iterable<Pair<StoneSet,Position>> stoneSets)
stoneSets
- set stone sets on the tableIStoneCollectionPanel getStoneCollectionPanel()
Event1<StoneSet> getLeftConnectorClickEvent()
Event1<StoneSet> getRightConnectorClickEvent()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |