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/index-files/index-14.html | 164 +++++++++++++++++++++++++++++++++--------- 1 file changed, 132 insertions(+), 32 deletions(-) (limited to 'doc/index-files/index-14.html') diff --git a/doc/index-files/index-14.html b/doc/index-files/index-14.html index 1bce57c..6af96bf 100644 --- a/doc/index-files/index-14.html +++ b/doc/index-files/index-14.html @@ -2,12 +2,12 @@ - + -R-Index +N-Index - + @@ -15,7 +15,7 @@ R-Index function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="R-Index"; + parent.document.title="N-Index"; } } @@ -78,34 +78,134 @@ function windowTitle() -A C D E F G H I J M N O P R S T V W
-

-R

+A B C D E F G H I J K L M N O P Q R S T U V W X Y
+

+N

-
remove() - -Method in interface jrummikub.util.Connection -
Removes the listener -
remove(IListener) - -Method in class jrummikub.util.Event -
  -
remove(IListener1<T>) - -Method in class jrummikub.util.Event1 -
  -
remove(IListener2<T1, T2>) - -Method in class jrummikub.util.Event2 -
  -
remove(IListener) - -Method in interface jrummikub.util.IEvent -
Stop publishing events to a given listener -
remove(IListener1<T>) - -Method in interface jrummikub.util.IEvent1 -
Stop publishing events to a given listener -
remove(IListener2<T1, T2>) - -Method in interface jrummikub.util.IEvent2 -
Stop publishing events to a given listener -
RoundControl - Class in jrummikub.control
Controller that manages a single round of rummikub
RoundControl(IGameState, IView) - -Constructor for class jrummikub.control.RoundControl -
Create a new RoundControl using the given gameState and view +
name - +Variable in class jrummikub.model.PlayerSettings +
  +
nameField - +Variable in class jrummikub.view.impl.SettingsPanel.PlayerSettingsPanel +
  +
nameLabel - +Variable in class jrummikub.view.impl.SettingsPanel.PlayerSettingsPanel +
  +
NAMESPACE - +Static variable in class jrummikub.control.network.ConnectionControl +
  +
neededPoints - +Variable in class jrummikub.ai.TurnLogic +
  +
neededScore - +Variable in class jrummikub.ai.TurnLogic +
  +
needIntialMeldThreshold() - +Method in class jrummikub.ai.TurnLogic +
Include initial meld threshold into turn logic +
needsJoker(boolean) - +Method in class jrummikub.ai.TurnLogic.StoneState +
Checks whether we need a joker on the left or right side to place + this stone +
networkButton - +Variable in class jrummikub.view.impl.SettingsPanel +
  +
networkControl - +Variable in class jrummikub.control.ApplicationControl +
  +
NetworkControl - Class in jrummikub.control.network
Class dealing with network connection, offering and choice of network games
NetworkControl(LoginData, IConnectionControl, SaveControl, IView) - +Constructor for class jrummikub.control.network.NetworkControl +
Creates a new network control +
NetworkGameControl - Class in jrummikub.control.network
Class controlling network games
NetworkGameControl(GameSettings, SaveControl, IView, IConnectionControl, boolean) - +Constructor for class jrummikub.control.network.NetworkGameControl +
Creates new network game control +
networkGameEvent - +Variable in class jrummikub.view.impl.SettingsPanel +
  +
networkGameEvent - +Variable in class jrummikub.view.impl.View +
  +
NetworkRoundControl - Class in jrummikub.control.network
Round control for network games
NetworkRoundControl(IRoundState, IView, IConnectionControl, boolean) - +Constructor for class jrummikub.control.network.NetworkRoundControl +
Creates new network round control +
NetworkSettingsControl - Class in jrummikub.control.network
Settings for network games, entered by host
NetworkSettingsControl(String, IView, GameSettings) - +Constructor for class jrummikub.control.network.NetworkSettingsControl +
Creates a new network settings control +
NetworkTurnControl - Class in jrummikub.control.network
Turn control for network games
NetworkTurnControl(IConnectionControl) - +Constructor for class jrummikub.control.network.NetworkTurnControl +
Creates new network turn control +
newGameButton - +Variable in class jrummikub.view.impl.RoundEndPanel +
  +
newGameEvent - +Variable in class jrummikub.view.impl.RoundEndPanel +
  +
newRoundButton - +Variable in class jrummikub.view.impl.RoundEndPanel +
  +
newRoundEvent - +Variable in class jrummikub.view.impl.RoundEndPanel +
  +
nextPlayer() - +Method in class jrummikub.control.network.ConnectionControl +
  +
nextPlayer() - +Method in interface jrummikub.control.network.IConnectionControl +
  +
nextPlayer() - +Method in class jrummikub.control.network.NetworkRoundControl +
  +
nextPlayer() - +Method in class jrummikub.control.RoundControl +
Set the next player as active player if the round is not finished +
nextPlayer() - +Method in interface jrummikub.model.IRoundState +
Changes the activePlayer to the next Player in the list +
nextPlayer() - +Method in class jrummikub.model.RoundState +
  +
nextPlayerEvent - +Variable in class jrummikub.control.network.ConnectionControl +
  +
nextTurn() - +Method in interface jrummikub.model.IRoundState +
Increments the turn number +
nextTurn() - +Method in class jrummikub.model.RoundState +
  +
nickname - +Variable in class jrummikub.control.network.ConnectionControl +
  +
nickname - +Variable in class jrummikub.control.network.NetworkSettingsControl +
  +
nicknameChanged(String, String) - +Method in class jrummikub.control.network.ConnectionControl.ConnectRunner.LeaveListener +
  +
noLimits - +Variable in class jrummikub.model.GameSettings +
  +
noLimitsBox - +Variable in class jrummikub.view.impl.SettingsPanel +
  +
noLimitsLabel - +Variable in class jrummikub.view.impl.SettingsPanel +
  +
noLimitsLabel - +Variable in class jrummikub.view.impl.SidePanel +
  +
nonNullEquals(Object, Object) - +Method in class jrummikub.ai.TurnLogic.StoneState +
Checks that two objects are equal to each other and not null +
numberOfStonesDealt - +Variable in class jrummikub.model.GameSettings +
  +
numberOfStonesDealtLabel - +Variable in class jrummikub.view.impl.SettingsPanel +
  +
numberOfStonesDealtSpinner - +Variable in class jrummikub.view.impl.SettingsPanel +
 

@@ -160,7 +260,7 @@ Constructor for class jrummikub.control. -A C D E F G H I J M N O P R S T V W
+A B C D E F G H I J K L M N O P Q R S T U V W X Y
-- cgit v1.2.3