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/class-use/IClickable.html | 4 +- doc/jrummikub/view/class-use/IHandPanel.html | 22 +- doc/jrummikub/view/class-use/IPlayerPanel.html | 4 +- .../view/class-use/IStoneCollectionPanel.html | 4 +- doc/jrummikub/view/class-use/IStonePanel.html | 4 +- doc/jrummikub/view/class-use/ITablePanel.html | 4 +- doc/jrummikub/view/class-use/IView.html | 294 +++++++++++++++++++-- 7 files changed, 307 insertions(+), 29 deletions(-) (limited to 'doc/jrummikub/view/class-use') diff --git a/doc/jrummikub/view/class-use/IClickable.html b/doc/jrummikub/view/class-use/IClickable.html index 94460f1..4a76266 100644 --- a/doc/jrummikub/view/class-use/IClickable.html +++ b/doc/jrummikub/view/class-use/IClickable.html @@ -2,12 +2,12 @@ - + Uses of Interface jrummikub.view.IClickable - + diff --git a/doc/jrummikub/view/class-use/IHandPanel.html b/doc/jrummikub/view/class-use/IHandPanel.html index 7ed830f..68db0b5 100644 --- a/doc/jrummikub/view/class-use/IHandPanel.html +++ b/doc/jrummikub/view/class-use/IHandPanel.html @@ -2,12 +2,12 @@ - + Uses of Interface jrummikub.view.IHandPanel - + @@ -117,7 +117,7 @@ Uses of  IHandPanel -IPlayerPanel.getHandPanel() +IView.getHandPanel()
            @@ -150,6 +150,22 @@ Uses of + +Methods in jrummikub.view.impl that return IHandPanel + + + + IHandPanel +View.getHandPanel() + +
+            + + +  +


diff --git a/doc/jrummikub/view/class-use/IPlayerPanel.html b/doc/jrummikub/view/class-use/IPlayerPanel.html index 8cd32ce..aebac47 100644 --- a/doc/jrummikub/view/class-use/IPlayerPanel.html +++ b/doc/jrummikub/view/class-use/IPlayerPanel.html @@ -2,12 +2,12 @@ - + Uses of Interface jrummikub.view.IPlayerPanel - + diff --git a/doc/jrummikub/view/class-use/IStoneCollectionPanel.html b/doc/jrummikub/view/class-use/IStoneCollectionPanel.html index 92dc94b..3b9e91f 100644 --- a/doc/jrummikub/view/class-use/IStoneCollectionPanel.html +++ b/doc/jrummikub/view/class-use/IStoneCollectionPanel.html @@ -2,12 +2,12 @@ - + Uses of Interface jrummikub.view.IStoneCollectionPanel - + diff --git a/doc/jrummikub/view/class-use/IStonePanel.html b/doc/jrummikub/view/class-use/IStonePanel.html index 5ffbe74..bf5c2d9 100644 --- a/doc/jrummikub/view/class-use/IStonePanel.html +++ b/doc/jrummikub/view/class-use/IStonePanel.html @@ -2,12 +2,12 @@ - + Uses of Interface jrummikub.view.IStonePanel - + diff --git a/doc/jrummikub/view/class-use/ITablePanel.html b/doc/jrummikub/view/class-use/ITablePanel.html index d7bc095..e014727 100644 --- a/doc/jrummikub/view/class-use/ITablePanel.html +++ b/doc/jrummikub/view/class-use/ITablePanel.html @@ -2,12 +2,12 @@ - + Uses of Interface jrummikub.view.ITablePanel - + diff --git a/doc/jrummikub/view/class-use/IView.html b/doc/jrummikub/view/class-use/IView.html index a68e291..e976591 100644 --- a/doc/jrummikub/view/class-use/IView.html +++ b/doc/jrummikub/view/class-use/IView.html @@ -2,12 +2,12 @@ - + Uses of Interface jrummikub.view.IView - + @@ -94,6 +94,14 @@ Packages that use +jrummikub.control.network +   + + +jrummikub.control.turn +   + + jrummikub.view.impl    @@ -110,43 +118,125 @@ Uses of + +Fields in jrummikub.control declared as IView + + + +private  IView +LoginControl.view + +
+            + + + +private  IView +RoundControl.view + +
+            + + + +protected  IView +AbstractSettingsControl.view + +
+            + + + +private  IView +ApplicationControl.view + +
+            + + + +protected  IView +GameControl.view + +
+            + + + +private  IView +TurnTimer.view + +
+            + + +  +

+ - + + + + + + - + + + +          Create a new RoundControl using the given roundState and view - + + + +          Creates a new SaveControl - +          Create a new settings control - @@ -154,6 +244,178 @@ Uses of +
Constructors in jrummikub.control with parameters of type IView
GameControl(IView view) +AbstractSettingsControl(IView view, + GameSettings settings) + +
+          Create a new settings control
ApplicationControl(IView view) + +
+          Creates a new application control
GameControl(GameSettings gameSettings, + SaveControl saveControl, + IView view)
          Constructor
RoundControl(IGameState gameState, +LoginControl(IView view, + ApplicationControl applicationControl) + +
+          Constructor for login Control
RoundControl(IRoundState roundState, IView view)
-          Create a new RoundControl using the given gameState and view
TurnControl(IHand hand, - ITable table, - IView view) +RoundControl(IRoundState roundState, + IView view, + boolean mayPause) + +
+          Create a new RoundControl using the given roundState and view
SaveControl(IView view)
-          Create a new TurnControl using a given hand (of the active player), a given - table and a given view for user interaction.
TurnControl(IHand hand, - ITable table, - IView view, - ITurnTimer testTimer) +SettingsControl(IView view, + GameSettings settings)
-          Test only constructor
TurnTimer(IView view) +TurnTimer(IView view, + int totalTime)
          Create a new timer using a given view to display the current time left
+ + + +
+Uses of IView in jrummikub.control.network
+  +

+ + + + + + + + + + + + + +
Fields in jrummikub.control.network declared as IView
+private  IViewNetworkControl.view + +
+           
+protected  IViewAbstractGameBeginControl.view + +
+           
+  +

+ + + + + + + + + +
Methods in jrummikub.control.network with parameters of type IView
+private  voidAbstractGameBeginControl.addViewListeners(IView view, + GameData gameData) + +
+           
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Constructors in jrummikub.control.network with parameters of type IView
AbstractGameBeginControl(IConnectionControl connection, + IView view, + GameData gameData, + ISettingsPanel.SettingsMode settingsMode) + +
+          Create a new game begin control
GameJoinControl(IConnectionControl connectionControl, + GameData gameData, + IView view) + +
+          Creates new game join control
GameOfferControl(IConnectionControl connectionControl, + GameSettings settings, + IView view) + +
+          Creates new game offer control
NetworkControl(LoginData loginData, + IConnectionControl connectionControl, + SaveControl saveControl, + IView view) + +
+          Creates a new network control
NetworkGameControl(GameSettings gameSettings, + SaveControl saveControl, + IView view, + IConnectionControl connectionControl, + boolean host) + +
+          Creates new network game control
NetworkRoundControl(IRoundState roundState, + IView view, + IConnectionControl connectionControl, + boolean startActive) + +
+          Creates new network round control
NetworkSettingsControl(java.lang.String nickname, + IView view, + GameSettings settings) + +
+          Creates a new network settings control
+  +

+ + + + + +
+Uses of IView in jrummikub.control.turn
+  +

+ + + + + + + + + +
Fields in jrummikub.control.turn declared as IView
+protected  IViewAbstractTurnControl.view + +
+           
+  +

+ + + + + + + + + + + + + +
Methods in jrummikub.control.turn with parameters of type IView
+ voidAbstractTurnControl.setup(ITurnControl.TurnInfo info, + GameSettings settings, + IView view) + +
+           
+ voidITurnControl.setup(ITurnControl.TurnInfo info, + GameSettings settings, + IView view) + +
+          Start the turn
+  +

-- cgit v1.2.3