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

-T

+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
+

+P

-
Table - Class in jrummikub.model
Class administering the Stones on the game-Table
Table() - -Constructor for class jrummikub.model.Table -
  -
tableDifference(ITable, ITable) - -Static method in class jrummikub.control.RoundControl -
  -
TablePanel - Class in jrummikub.view.impl
The implementation of the table
TablePanel() - -Constructor for class jrummikub.view.impl.TablePanel -
Creates a new Table instance -
toString() - -Method in class jrummikub.model.Position -
  -
toString() - -Method in class jrummikub.model.Stone -
  -
toString() - -Method in class jrummikub.model.StoneSet -
  -
TurnControl - Class in jrummikub.control
Controller for a single turn made by a human player
TurnControl(IHand, ITable, IView) - -Constructor for class jrummikub.control.TurnControl -
Create a new TurnControl using a given hand (of the active player), a given - table and a given view for user interaction. -
TurnControl(IHand, ITable, IView, ITurnTimer) - -Constructor for class jrummikub.control.TurnControl -
Test only constructor -
TurnControl.HandStonePositionComparator - Class in jrummikub.control
 
TurnControl.HandStonePositionComparator() - -Constructor for class jrummikub.control.TurnControl.HandStonePositionComparator -
  -
TurnTimer - Class in jrummikub.control
Count-down timer used to limit the turn time
TurnTimer(IView) - -Constructor for class jrummikub.control.TurnTimer -
Create a new timer using a given view to display the current time left +
paintCircle(Graphics2D, Rectangle, Color) - +Method in class jrummikub.view.impl.StonePainter +
  +
paintComponent(Graphics) - +Method in class jrummikub.view.impl.HandPanel +
  +
paintComponent(Graphics) - +Method in class jrummikub.view.impl.StoneCollectionPanel +
  +
paintComponent(Graphics) - +Method in class jrummikub.view.impl.TablePanel +
  +
paintJoker(Graphics2D, Rectangle, Color) - +Method in class jrummikub.view.impl.StonePainter +
  +
paintJokerFace(Graphics2D, Rectangle) - +Method in class jrummikub.view.impl.StonePainter +
  +
paintStone(Graphics2D, Stone, Position, StonePainter.StoneState, boolean) - +Method in class jrummikub.view.impl.StonePainter +
Paints a stone +
paintStoneBackground(Graphics2D, Rectangle, Color) - +Method in class jrummikub.view.impl.StonePainter +
  +
paintStoneSet(Graphics2D, StoneSet, Position, Area, Area) - +Method in class jrummikub.view.impl.TablePanel +
  +
paintStoneValue(Graphics2D, Rectangle, Color, int) - +Method in class jrummikub.view.impl.StonePainter +
  +
Pair<T1,T2> - Class in jrummikub.util
A pair of objects
Pair(T1, T2) - +Constructor for class jrummikub.util.Pair +
Create a new pair from two values +
PANEL_FIRST_LINE_HEIGHT - +Static variable in class jrummikub.view.impl.PausePanel +
  +
PANEL_FIRST_LINE_HEIGHT - +Static variable in class jrummikub.view.impl.RoundEndPanel +
  +
PANEL_FIRST_LINE_HEIGHT - +Static variable in class jrummikub.view.impl.StartTurnPanel +
  +
PANEL_INSET - +Static variable in class jrummikub.view.impl.PausePanel +
  +
PANEL_INSET - +Static variable in class jrummikub.view.impl.RoundEndPanel +
  +
PANEL_INSET - +Static variable in class jrummikub.view.impl.StartTurnPanel +
  +
PANEL_MAX_WIDTH - +Static variable in class jrummikub.view.impl.PausePanel +
  +
PANEL_MAX_WIDTH - +Static variable in class jrummikub.view.impl.RoundEndPanel +
  +
PANEL_MAX_WIDTH - +Static variable in class jrummikub.view.impl.StartTurnPanel +
  +
PANEL_SEPARATOR - +Static variable in class jrummikub.view.impl.PausePanel +
  +
PANEL_SEPARATOR - +Static variable in class jrummikub.view.impl.RoundEndPanel +
  +
PANEL_SEPARATOR - +Static variable in class jrummikub.view.impl.StartTurnPanel +
  +
participantLeftEvent - +Variable in class jrummikub.control.network.ConnectionControl +
  +
password - +Variable in class jrummikub.util.LoginData +
  +
passwordField - +Variable in class jrummikub.view.impl.LoginPanel +
  +
pauseButton - +Variable in class jrummikub.view.impl.PlayerPanel +
  +
pauseEvent - +Variable in class jrummikub.view.impl.PlayerPanel +
  +
pauseLabel - +Variable in class jrummikub.view.impl.PausePanel +
  +
pauseMode - +Variable in class jrummikub.view.impl.TablePanel +
  +
PausePanel - Class in jrummikub.view.impl
A panel that is displayed before a player's turn
PausePanel() - +Constructor for class jrummikub.view.impl.PausePanel +
Creates a new StartTurnPanel +
pausePanel - +Variable in class jrummikub.view.impl.View +
  +
pauseStoneSets - +Variable in class jrummikub.view.impl.TablePanel +
  +
pauseTurn() - +Method in class jrummikub.control.turn.AbstractTurnControl +
  +
pauseTurn() - +Method in class jrummikub.control.turn.AIControl +
  +
pickUp(E) - +Method in interface jrummikub.model.IStoneTray +
Tries to pick up (remove) a given object +
pickUp(E) - +Method in class jrummikub.model.StoneTray +
  +
pickUpSelectedStones() - +Method in class jrummikub.control.turn.HumanTurnControl +
  +
pickUpStone(Stone) - +Method in interface jrummikub.model.ITable +
Removes Stone from the Table +
pickUpStone(Stone) - +Method in class jrummikub.model.Table +
Removes Stone from the Table +
Player - Class in jrummikub.model
Class managing player data.
Player(PlayerSettings) - +Constructor for class jrummikub.model.Player +
Create a new player with a given name and color +
PLAYER_COLORS - +Static variable in interface jrummikub.view.ISettingsPanel +
The list of player colors +
PLAYER_PANEL_MAX_HEIGHT - +Static variable in class jrummikub.view.impl.View +
  +
PLAYER_PANEL_RATIO - +Static variable in class jrummikub.view.impl.View +
  +
playerColors - +Variable in class jrummikub.view.impl.SettingsPanel +
  +
playerCountLabel - +Variable in class jrummikub.view.impl.GameListPanel.GameDataCellRenderer +
  +
playerListPanel - +Variable in class jrummikub.view.impl.SidePanel +
  +
playerListScrollPane - +Variable in class jrummikub.view.impl.SidePanel +
  +
playerNamesEditable - +Variable in class jrummikub.view.impl.SettingsPanel +
  +
playerNumber - +Variable in class jrummikub.view.impl.SettingsPanel.PlayerSettingsPanel +
  +
playerPanel - +Variable in class jrummikub.view.impl.HandPanel +
  +
PlayerPanel - Class in jrummikub.view.impl
Implementation of the player panel
PlayerPanel() - +Constructor for class jrummikub.view.impl.PlayerPanel +
Creates a new PlayerPanel instance +
playerPanel - +Variable in class jrummikub.view.impl.View +
  +
PlayerPanel.LeftPanelResizeListener - Class in jrummikub.view.impl
 
PlayerPanel.LeftPanelResizeListener() - +Constructor for class jrummikub.view.impl.PlayerPanel.LeftPanelResizeListener +
  +
PlayerPanel.RightPanelResizeListener - Class in jrummikub.view.impl
 
PlayerPanel.RightPanelResizeListener() - +Constructor for class jrummikub.view.impl.PlayerPanel.RightPanelResizeListener +
  +
players - +Variable in class jrummikub.model.GameSettings +
  +
players - +Variable in class jrummikub.model.RoundState +
  +
players - +Variable in class jrummikub.view.impl.ScorePanel +
  +
PlayerSettings - Class in jrummikub.model
The settings of a player
PlayerSettings(String, Color) - +Constructor for class jrummikub.model.PlayerSettings +
Create a new human player +
PlayerSettings.Type - Enum in jrummikub.model
Type of turn control.
PlayerSettings.Type() - +Constructor for enum jrummikub.model.PlayerSettings.Type +
  +
playerSettingsPanels - +Variable in class jrummikub.view.impl.SettingsPanel +
  +
playerSettingsViewport - +Variable in class jrummikub.view.impl.SettingsPanel +
  +
playerSetupPanel - +Variable in class jrummikub.view.impl.SettingsPanel +
  +
playerType - +Variable in class jrummikub.view.impl.SettingsPanel.PlayerSettingsPanel +
  +
playerTypeChoices - +Variable in class jrummikub.view.impl.SettingsPanel.PlayerSettingsPanel +
  +
playerTypeChoices - +Variable in class jrummikub.view.impl.SettingsPanel +
  +
points - +Variable in class jrummikub.model.Score +
  +
pop() - +Method in class jrummikub.ai.TurnLogic +
Remove a contradicted state from the try stack, reset top +
Position - Class in jrummikub.model
Stone Position class to determine positions on Table or + Hand
Position(double, double) - +Constructor for class jrummikub.model.Position +
Create a new position by specifying the coordinates +
prepaintStone(Color, Color, int) - +Method in class jrummikub.view.impl.StonePainter +
  +
prepareRound(IRoundState) - +Method in class jrummikub.control.GameControl +
Prepare a new round by setting start player, adding listeners +
prepareTurn() - +Method in class jrummikub.control.network.NetworkRoundControl +
  +
prepareTurn() - +Method in class jrummikub.control.RoundControl +
Prepare a player's turn by checking the player types and setting the + correct turn control +
processPacket(Packet) - +Method in class jrummikub.control.network.ConnectionControl +
  +
pushes(TurnLogic.State...) - +Method in class jrummikub.ai.TurnLogic +
Push multiple new state onto the try stack +
putBack(Collection<Stone>) - +Method in class jrummikub.model.StoneHeap +
Put stones back on the heap

@@ -167,7 +366,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