From 51b7fbe822bd9a3804c061f0b844884769d7ddba Mon Sep 17 00:00:00 2001 From: Ida Massow Date: Wed, 6 Jul 2011 16:36:06 +0200 Subject: Javadoc git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@609 72836036-5685-4462-b002-a69064685172 --- doc/jrummikub/view/impl/StartTurnPanel.html | 540 ++++++++++++++++++++++++++-- 1 file changed, 519 insertions(+), 21 deletions(-) (limited to 'doc/jrummikub/view/impl/StartTurnPanel.html') diff --git a/doc/jrummikub/view/impl/StartTurnPanel.html b/doc/jrummikub/view/impl/StartTurnPanel.html index c4f9905..dd6d059 100644 --- a/doc/jrummikub/view/impl/StartTurnPanel.html +++ b/doc/jrummikub/view/impl/StartTurnPanel.html @@ -2,12 +2,12 @@ - + StartTurnPanel - + @@ -55,7 +55,7 @@ function windowTitle() PREV CLASS  + PREV CLASS   NEXT CLASS FRAMES   @@ -76,9 +76,9 @@ function windowTitle() - SUMMARY: NESTED | FIELD | CONSTR | METHOD + SUMMARY: NESTED | FIELD | CONSTR | METHOD -DETAIL: FIELD | CONSTR | METHOD +DETAIL: FIELD | CONSTR | METHOD @@ -172,6 +172,142 @@ A panel that is displayed before a player's turn Field Summary + + +private  Event +acknowledgeConnectionLostEvent + +
+            + + + +private  Event +acknowledgeInvalidEvent + +
+            + + + +private  Event +buttonEvent + +
+            + + + +private  java.awt.Color +currentPlayerColor + +
+            + + + +private  java.lang.String +currentPlayerName + +
+            + + + +private  javax.swing.JLabel +extraLabel + +
+            + + + +private  java.lang.String +lastStonePlayerName + +
+            + + + +private static float +MAX_BUTTON_FONT_SIZE + +
+            + + + +private static float +PANEL_FIRST_LINE_HEIGHT + +
+            + + + +private static int +PANEL_INSET + +
+            + + + +private static int +PANEL_MAX_WIDTH + +
+            + + + +private static int +PANEL_SEPARATOR + +
+            + + + +private  java.lang.String +redealedPlayerName + +
+            + + + +private  javax.swing.JButton +startTurnButton + +
+            + + + +private  Event +startTurnEvent + +
+            + + + +private  javax.swing.JLabel +startTurnLabel + +
+            + + + +private  IView.BottomPanelType +type + +
+            +   @@ -228,11 +364,42 @@ A panel that is displayed before a player's turn + + + + + + + + +            + + + + + + + + +            + + + + + + + + + + + + + + + + + + + + + + + +
(package private)  IEventgetAcknowledgeConnectionLostEvent() + +
+           
+(package private)  IEventgetAcknowledgeInvalidEvent() + +
+           
+(package private)  IEvent getStartTurnEvent()
-          The start turn event is emitted when the current player has clicked the - start turn button
+private  voidrescale() + +
+           
+(package private)  voidsetCurrentPlayerColor(java.awt.Color color) + +
+           
@@ -240,7 +407,55 @@ A panel that is displayed before a player's turn setCurrentPlayerName(java.lang.String playerName)
-          Sets the current player name
+(package private)  voidsetInitialMeldError(int points) + +
+           
+(package private)  voidsetInitialMeldFirstError() + +
+           
+(package private)  voidsetLastStonePlayerName(java.lang.String name) + +
+           
+(package private)  voidsetRedealedPlayerName(java.lang.String name) + +
+           
+(package private)  voidsetType(IView.BottomPanelType type) + +
+           
+private  voidupdate() + +
+           
  @@ -291,6 +506,185 @@ A panel that is displayed before a player's turn  

+ + + + + + + +
+Field Detail
+ +

+PANEL_INSET

+
+private static final int PANEL_INSET
+
+
+
See Also:
Constant Field Values
+
+
+ +

+PANEL_SEPARATOR

+
+private static final int PANEL_SEPARATOR
+
+
+
See Also:
Constant Field Values
+
+
+ +

+PANEL_FIRST_LINE_HEIGHT

+
+private static final float PANEL_FIRST_LINE_HEIGHT
+
+
+
See Also:
Constant Field Values
+
+
+ +

+PANEL_MAX_WIDTH

+
+private static final int PANEL_MAX_WIDTH
+
+
+
See Also:
Constant Field Values
+
+
+ +

+MAX_BUTTON_FONT_SIZE

+
+private static final float MAX_BUTTON_FONT_SIZE
+
+
+
See Also:
Constant Field Values
+
+
+ +

+startTurnLabel

+
+private javax.swing.JLabel startTurnLabel
+
+
+
+
+
+ +

+extraLabel

+
+private javax.swing.JLabel extraLabel
+
+
+
+
+
+ +

+startTurnButton

+
+private javax.swing.JButton startTurnButton
+
+
+
+
+
+ +

+startTurnEvent

+
+private Event startTurnEvent
+
+
+
+
+
+ +

+acknowledgeInvalidEvent

+
+private Event acknowledgeInvalidEvent
+
+
+
+
+
+ +

+acknowledgeConnectionLostEvent

+
+private Event acknowledgeConnectionLostEvent
+
+
+
+
+
+ +

+buttonEvent

+
+private Event buttonEvent
+
+
+
+
+
+ +

+type

+
+private IView.BottomPanelType type
+
+
+
+
+
+ +

+currentPlayerColor

+
+private java.awt.Color currentPlayerColor
+
+
+
+
+
+ +

+currentPlayerName

+
+private java.lang.String currentPlayerName
+
+
+
+
+
+ +

+redealedPlayerName

+
+private java.lang.String redealedPlayerName
+
+
+
+
+
+ +

+lastStonePlayerName

+
+private java.lang.String lastStonePlayerName
+
+
+
+
+ @@ -320,15 +714,24 @@ StartTurnPanel -

-setCurrentPlayerName

+

+setInitialMeldError

-void setCurrentPlayerName(java.lang.String playerName)
+void setInitialMeldError(int points) +
+
+
+
+
+
+ +

+setInitialMeldFirstError

+
+void setInitialMeldFirstError()
-
Sets the current player name -

-
Parameters:
playerName - the player name
+

@@ -338,12 +741,107 @@ getStartTurnEvent
 IEvent getStartTurnEvent()
-
The start turn event is emitted when the current player has clicked the - start turn button -

+
+
+
+
+ +

+getAcknowledgeInvalidEvent

+
+IEvent getAcknowledgeInvalidEvent()
+
+
+
+
+
+
+ +

+getAcknowledgeConnectionLostEvent

+
+IEvent getAcknowledgeConnectionLostEvent()
+
+
+
+
+
+
+ +

+rescale

+
+private void rescale()
+
+
+
+
+
+
+ +

+setCurrentPlayerName

+
+void setCurrentPlayerName(java.lang.String playerName)
+
+
+
+
+
+
+ +

+setCurrentPlayerColor

+
+void setCurrentPlayerColor(java.awt.Color color)
+
+
+
+
+
+
+ +

+setRedealedPlayerName

+
+void setRedealedPlayerName(java.lang.String name)
+
+
+
+
+
+
+ +

+setLastStonePlayerName

+
+void setLastStonePlayerName(java.lang.String name)
+
+
+
+
+
+
+ +

+setType

+
+void setType(IView.BottomPanelType type)
+
+
+
+
+
+
-
Returns:
the event +

+update

+
+private void update()
+
+
+
@@ -377,7 +875,7 @@ getStartTurnEvent PREV CLASS  + PREV CLASS   NEXT CLASS FRAMES   @@ -398,9 +896,9 @@ getStartTurnEvent - SUMMARY: NESTED | FIELD | CONSTR | METHOD + SUMMARY: NESTED | FIELD | CONSTR | METHOD -DETAIL: FIELD | CONSTR | METHOD +DETAIL: FIELD | CONSTR | METHOD -- cgit v1.2.3