From 3634bc5135c2c98d40f92217fa301f8bf99bc936 Mon Sep 17 00:00:00 2001 From: Ida Massow Date: Wed, 22 Jun 2011 11:43:40 +0200 Subject: Javadocs fertig git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@596 72836036-5685-4462-b002-a69064685172 --- doc/jrummikub/control/ApplicationControl.html | 328 +++++++++++++++++++++ .../control/class-use/ApplicationControl.html | 142 +++++++++ 2 files changed, 470 insertions(+) create mode 100644 doc/jrummikub/control/ApplicationControl.html create mode 100644 doc/jrummikub/control/class-use/ApplicationControl.html (limited to 'doc/jrummikub/control') diff --git a/doc/jrummikub/control/ApplicationControl.html b/doc/jrummikub/control/ApplicationControl.html new file mode 100644 index 0000000..3022e0c --- /dev/null +++ b/doc/jrummikub/control/ApplicationControl.html @@ -0,0 +1,328 @@ + + + + + + +ApplicationControl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +jrummikub.control +
+Class ApplicationControl

+
+java.lang.Object
+  extended by jrummikub.control.ApplicationControl
+
+
+
+
public class ApplicationControl
extends java.lang.Object
+ + +

+The application control controls the settings for a new games and create the + game control +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
ApplicationControl(jrummikub.view.IView view) + +
+          Creates a new application control
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanisGameRunning() + +
+          Checks if a game is currently running
+ voidstartApplication() + +
+          Starts the application by showing the game settings dialog panel
+ booleanstartDedicatedServer(java.lang.String password) + +
+          Ensure the dedicated server is running
+ voidupdateDedicatedServerPassword(jrummikub.util.LoginData loginData) + +
+          If the login given is to our own dedicated server, update it's password + to match
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ApplicationControl

+
+public ApplicationControl(jrummikub.view.IView view)
+
+
Creates a new application control +

+

+
Parameters:
view - the view to use
+
+ + + + + + + + +
+Method Detail
+ +

+isGameRunning

+
+public boolean isGameRunning()
+
+
Checks if a game is currently running +

+

+ +
Returns:
true when a game is running
+
+
+
+ +

+startApplication

+
+public void startApplication()
+
+
Starts the application by showing the game settings dialog panel +

+

+
+
+
+
+ +

+startDedicatedServer

+
+public boolean startDedicatedServer(java.lang.String password)
+
+
Ensure the dedicated server is running +

+

+
Parameters:
password - password to use, if empty "jrummikub" is used +
Returns:
whether the server could be started
+
+
+
+ +

+updateDedicatedServerPassword

+
+public void updateDedicatedServerPassword(jrummikub.util.LoginData loginData)
+
+
If the login given is to our own dedicated server, update it's password + to match +

+

+
Parameters:
loginData - login data of user trying to connect
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/jrummikub/control/class-use/ApplicationControl.html b/doc/jrummikub/control/class-use/ApplicationControl.html new file mode 100644 index 0000000..66a799a --- /dev/null +++ b/doc/jrummikub/control/class-use/ApplicationControl.html @@ -0,0 +1,142 @@ + + + + + + +Uses of Class jrummikub.control.ApplicationControl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
jrummikub.control.ApplicationControl

+
+No usage of jrummikub.control.ApplicationControl +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3