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/IView.html | 294 ++++++++++++++++++++++++++++++-- 1 file changed, 278 insertions(+), 16 deletions(-) (limited to 'doc/jrummikub/view/class-use/IView.html') 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