From 34a8bf5a275f2f2db10267b30dce386a1c927db4 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 10 May 2011 17:05:58 +0200 Subject: Fix a comment and update documentation git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@233 72836036-5685-4462-b002-a69064685172 --- doc/jrummikub/view/IClickable.html | 2 +- doc/jrummikub/view/IHandPanel.html | 2 +- doc/jrummikub/view/IPlayerPanel.html | 2 +- doc/jrummikub/view/IStoneCollectionPanel.html | 2 +- doc/jrummikub/view/IStonePanel.html | 27 +++++++++++----------- doc/jrummikub/view/ITablePanel.html | 2 +- doc/jrummikub/view/IView.html | 2 +- doc/jrummikub/view/class-use/IClickable.html | 2 +- doc/jrummikub/view/class-use/IHandPanel.html | 2 +- doc/jrummikub/view/class-use/IPlayerPanel.html | 2 +- .../view/class-use/IStoneCollectionPanel.html | 2 +- doc/jrummikub/view/class-use/IStonePanel.html | 2 +- doc/jrummikub/view/class-use/ITablePanel.html | 2 +- doc/jrummikub/view/class-use/IView.html | 2 +- doc/jrummikub/view/impl/AbstractStonePanel.html | 24 +++++++++---------- doc/jrummikub/view/impl/HandPanel.html | 2 +- doc/jrummikub/view/impl/PlayerPanel.html | 2 +- doc/jrummikub/view/impl/StartTurnPanel.html | 2 +- doc/jrummikub/view/impl/StoneCollectionPanel.html | 2 +- doc/jrummikub/view/impl/StonePainter.html | 2 +- doc/jrummikub/view/impl/TablePanel.html | 2 +- doc/jrummikub/view/impl/View.html | 2 +- doc/jrummikub/view/impl/WinPanel.html | 2 +- .../view/impl/class-use/AbstractStonePanel.html | 2 +- doc/jrummikub/view/impl/class-use/HandPanel.html | 2 +- doc/jrummikub/view/impl/class-use/PlayerPanel.html | 2 +- .../view/impl/class-use/StartTurnPanel.html | 2 +- .../view/impl/class-use/StoneCollectionPanel.html | 2 +- .../view/impl/class-use/StonePainter.html | 2 +- doc/jrummikub/view/impl/class-use/TablePanel.html | 2 +- doc/jrummikub/view/impl/class-use/View.html | 2 +- doc/jrummikub/view/impl/class-use/WinPanel.html | 2 +- doc/jrummikub/view/impl/package-frame.html | 2 +- doc/jrummikub/view/impl/package-summary.html | 2 +- doc/jrummikub/view/impl/package-tree.html | 2 +- doc/jrummikub/view/impl/package-use.html | 2 +- doc/jrummikub/view/package-frame.html | 2 +- doc/jrummikub/view/package-summary.html | 5 ++-- doc/jrummikub/view/package-tree.html | 2 +- doc/jrummikub/view/package-use.html | 8 ++++--- 40 files changed, 70 insertions(+), 66 deletions(-) (limited to 'doc/jrummikub/view') diff --git a/doc/jrummikub/view/IClickable.html b/doc/jrummikub/view/IClickable.html index 10878fc..b19680e 100644 --- a/doc/jrummikub/view/IClickable.html +++ b/doc/jrummikub/view/IClickable.html @@ -2,7 +2,7 @@ - + IClickable diff --git a/doc/jrummikub/view/IHandPanel.html b/doc/jrummikub/view/IHandPanel.html index aed36ab..5b5fb84 100644 --- a/doc/jrummikub/view/IHandPanel.html +++ b/doc/jrummikub/view/IHandPanel.html @@ -2,7 +2,7 @@ - + IHandPanel diff --git a/doc/jrummikub/view/IPlayerPanel.html b/doc/jrummikub/view/IPlayerPanel.html index 18721d5..a3fbaca 100644 --- a/doc/jrummikub/view/IPlayerPanel.html +++ b/doc/jrummikub/view/IPlayerPanel.html @@ -2,7 +2,7 @@ - + IPlayerPanel diff --git a/doc/jrummikub/view/IStoneCollectionPanel.html b/doc/jrummikub/view/IStoneCollectionPanel.html index 17c1c75..351390d 100644 --- a/doc/jrummikub/view/IStoneCollectionPanel.html +++ b/doc/jrummikub/view/IStoneCollectionPanel.html @@ -2,7 +2,7 @@ - + IStoneCollectionPanel diff --git a/doc/jrummikub/view/IStonePanel.html b/doc/jrummikub/view/IStonePanel.html index 516f2a9..0953e9b 100644 --- a/doc/jrummikub/view/IStonePanel.html +++ b/doc/jrummikub/view/IStonePanel.html @@ -2,7 +2,7 @@ - + IStonePanel @@ -103,7 +103,8 @@ Interface IStonePanel

-An interface for view elements that can emit click events for clicks on stones +An interface for view elements that can emit click events for clicks on + stones

@@ -126,7 +127,7 @@ An interface for view elements that can emit click events for clicks on stones
          the range click event is emitted when the player clicks on the table/hand/ - etc. and wants to select a range instead of a single stone + etc. @@ -135,7 +136,7 @@ An interface for view elements that can emit click events for clicks on stones
          the set click event is emitted when the player clicks on the table/hand/ - etc. and wants to select a whole set instead of a single stone + etc. @@ -168,9 +169,9 @@ getStoneClickEvent

-
Returns:
the event; the first parameter is the position of the click in grid - coordinates, the second is true when the player wants to add stones - to his selection instead of replacing them
+
Returns:
the event; the first parameter is the stone that was clicked on, + the second is true when the player wants to add stones to his + selection instead of replacing them

@@ -185,9 +186,9 @@ getRangeClickEvent

-
Returns:
the event; the first parameter is the position of the click in grid - coordinates, the second is true when the player wants to add stones - to his selection instead of replacing them
+
Returns:
the event; the first parameter is the stone that was clicked on, + the second is true when the player wants to add stones to his + selection instead of replacing them

@@ -202,9 +203,9 @@ getSetClickEvent

-
Returns:
the event; the first parameter is the position of the click in grid - coordinates, the second is true when the player wants to add stones - to his selection instead of replacing them
+
Returns:
the event; the first parameter the stone that was clicked on, the + second is true when the player wants to add stones to his selection + instead of replacing them
diff --git a/doc/jrummikub/view/ITablePanel.html b/doc/jrummikub/view/ITablePanel.html index ae759e7..d1fa85b 100644 --- a/doc/jrummikub/view/ITablePanel.html +++ b/doc/jrummikub/view/ITablePanel.html @@ -2,7 +2,7 @@ - + ITablePanel diff --git a/doc/jrummikub/view/IView.html b/doc/jrummikub/view/IView.html index b43a756..08645c5 100644 --- a/doc/jrummikub/view/IView.html +++ b/doc/jrummikub/view/IView.html @@ -2,7 +2,7 @@ - + IView diff --git a/doc/jrummikub/view/class-use/IClickable.html b/doc/jrummikub/view/class-use/IClickable.html index ee6883c..94460f1 100644 --- a/doc/jrummikub/view/class-use/IClickable.html +++ b/doc/jrummikub/view/class-use/IClickable.html @@ -2,7 +2,7 @@ - + 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 5663756..7ed830f 100644 --- a/doc/jrummikub/view/class-use/IHandPanel.html +++ b/doc/jrummikub/view/class-use/IHandPanel.html @@ -2,7 +2,7 @@ - + Uses of Interface jrummikub.view.IHandPanel diff --git a/doc/jrummikub/view/class-use/IPlayerPanel.html b/doc/jrummikub/view/class-use/IPlayerPanel.html index 6ebde84..8cd32ce 100644 --- a/doc/jrummikub/view/class-use/IPlayerPanel.html +++ b/doc/jrummikub/view/class-use/IPlayerPanel.html @@ -2,7 +2,7 @@ - + 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 eec8be6..92dc94b 100644 --- a/doc/jrummikub/view/class-use/IStoneCollectionPanel.html +++ b/doc/jrummikub/view/class-use/IStoneCollectionPanel.html @@ -2,7 +2,7 @@ - + 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 12549e6..5ffbe74 100644 --- a/doc/jrummikub/view/class-use/IStonePanel.html +++ b/doc/jrummikub/view/class-use/IStonePanel.html @@ -2,7 +2,7 @@ - + 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 27a8c3d..d7bc095 100644 --- a/doc/jrummikub/view/class-use/ITablePanel.html +++ b/doc/jrummikub/view/class-use/ITablePanel.html @@ -2,7 +2,7 @@ - + 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 f6cadd8..a68e291 100644 --- a/doc/jrummikub/view/class-use/IView.html +++ b/doc/jrummikub/view/class-use/IView.html @@ -2,7 +2,7 @@ - + Uses of Interface jrummikub.view.IView diff --git a/doc/jrummikub/view/impl/AbstractStonePanel.html b/doc/jrummikub/view/impl/AbstractStonePanel.html index ba29bdf..545d616 100644 --- a/doc/jrummikub/view/impl/AbstractStonePanel.html +++ b/doc/jrummikub/view/impl/AbstractStonePanel.html @@ -2,7 +2,7 @@ - + AbstractStonePanel @@ -269,7 +269,7 @@ Base class for panels that draw stones
          the range click event is emitted when the player clicks on the table/hand/ - etc. and wants to select a range instead of a single stone + etc. @@ -278,7 +278,7 @@ Base class for panels that draw stones
          the set click event is emitted when the player clicks on the table/hand/ - etc. and wants to select a whole set instead of a single stone + etc. @@ -594,9 +594,9 @@ public IStonePanel -An interface for view elements that can emit click events for clicks on stones +An interface for view elements that can emit click events for clicks on + stones ITablePanel diff --git a/doc/jrummikub/view/package-tree.html b/doc/jrummikub/view/package-tree.html index 23ea0e2..ca0f236 100644 --- a/doc/jrummikub/view/package-tree.html +++ b/doc/jrummikub/view/package-tree.html @@ -2,7 +2,7 @@ - + jrummikub.view Class Hierarchy diff --git a/doc/jrummikub/view/package-use.html b/doc/jrummikub/view/package-use.html index 59bae37..5bd1943 100644 --- a/doc/jrummikub/view/package-use.html +++ b/doc/jrummikub/view/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package jrummikub.view @@ -153,7 +153,8 @@ Classes in jrummikub.viewIStonePanel
-          An interface for view elements that can emit click events for clicks on stones +          An interface for view elements that can emit click events for clicks on + stones ITablePanel @@ -198,7 +199,8 @@ Classes in jrummikub.viewIStonePanel
-          An interface for view elements that can emit click events for clicks on stones +          An interface for view elements that can emit click events for clicks on + stones ITablePanel -- cgit v1.2.3