From 670fcf2613f6db2a4bfdaa91ac9d90001a90359e Mon Sep 17 00:00:00 2001 From: Ida Massow Date: Tue, 10 May 2011 16:59:40 +0200 Subject: docs fertig und vorher repariert git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@232 72836036-5685-4462-b002-a69064685172 --- doc/jrummikub/view/ITablePanel.html | 392 ++++++++++++++++++++++++++++++++++++ 1 file changed, 392 insertions(+) create mode 100644 doc/jrummikub/view/ITablePanel.html (limited to 'doc/jrummikub/view/ITablePanel.html') diff --git a/doc/jrummikub/view/ITablePanel.html b/doc/jrummikub/view/ITablePanel.html new file mode 100644 index 0000000..ae759e7 --- /dev/null +++ b/doc/jrummikub/view/ITablePanel.html @@ -0,0 +1,392 @@ + + + + + + +ITablePanel + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +jrummikub.view +
+Interface ITablePanel

+
+
All Superinterfaces:
IClickable, IStonePanel
+
+
+
All Known Implementing Classes:
TablePanel
+
+
+
+
public interface ITablePanel
extends IStonePanel, IClickable
+ + +

+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 .
+ IStoneCollectionPanelgetStoneCollectionPanel() + +
+          Returns the stone collection (the panel showing the stones currently + selected)
+ voidsetLeftPlayerName(java.lang.String playerName) + +
+          Sets the player name on the left label
+ voidsetRightPlayerName(java.lang.String playerName) + +
+          Sets the player name on the right label
+ voidsetStoneSets(java.lang.Iterable<Pair<StoneSet,Position>> stoneSets) + +
+          Sets the stone sets lying on the table
+ voidsetTopPlayerName(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
+ +

+setLeftPlayerName

+
+void setLeftPlayerName(java.lang.String playerName)
+
+
Sets the player name on the left label +

+

+
+
+
+
Parameters:
playerName - the name to set
+
+
+
+ +

+setTopPlayerName

+
+void setTopPlayerName(java.lang.String playerName)
+
+
Sets the player name on the top label +

+

+
+
+
+
Parameters:
playerName - the name to set
+
+
+
+ +

+setRightPlayerName

+
+void setRightPlayerName(java.lang.String playerName)
+
+
Sets the player name on the right label +

+

+
+
+
+
Parameters:
playerName - the name to set
+
+
+
+ +

+setStoneSets

+
+void setStoneSets(java.lang.Iterable<Pair<StoneSet,Position>> stoneSets)
+
+
Sets the stone sets lying on the table +

+

+
+
+
+
Parameters:
stoneSets - set stone sets on the table
+
+
+
+ +

+getStoneCollectionPanel

+
+IStoneCollectionPanel getStoneCollectionPanel()
+
+
Returns the stone collection (the panel showing the stones currently + selected) +

+

+
+
+
+ +
Returns:
the stone collection
+
+
+
+ +

+getLeftConnectorClickEvent

+
+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 . +

+

+
+
+
+ +
Returns:
the event
+
+
+
+ +

+getRightConnectorClickEvent

+
+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 . +

+

+
+
+
+ +
Returns:
the event
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3