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/model/class-use/Position.html | 32 ++++++++++++++--------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'doc/jrummikub/model/class-use/Position.html') diff --git a/doc/jrummikub/model/class-use/Position.html b/doc/jrummikub/model/class-use/Position.html index 02e14f5..23071cd 100644 --- a/doc/jrummikub/model/class-use/Position.html +++ b/doc/jrummikub/model/class-use/Position.html @@ -2,7 +2,7 @@ - + Uses of Class jrummikub.model.Position @@ -383,15 +383,15 @@ Uses of protected  boolean -StoneCollectionPanel.handleOtherClickEvent(Position pos) +AbstractStonePanel.handleOtherClickEvent(Position pos)
-            +          Overwrite this method to signal if special zone was clicked protected  boolean -TablePanel.handleOtherClickEvent(Position pos) +StoneCollectionPanel.handleOtherClickEvent(Position pos)
            @@ -399,26 +399,26 @@ Uses of protected  boolean -AbstractStonePanel.handleOtherClickEvent(Position pos) +TablePanel.handleOtherClickEvent(Position pos)
-          Overwrite this method to signal if special zone was clicked +            protected  void -TablePanel.handleOtherMoveEvent(Position pos) +AbstractStonePanel.handleOtherMoveEvent(Position pos)
-            +          Overwrite this method to signal if special zone was hovered protected  void -AbstractStonePanel.handleOtherMoveEvent(Position pos) +TablePanel.handleOtherMoveEvent(Position pos)
-          Overwrite this method to signal if special zone was hovered +            @@ -442,19 +442,19 @@ Uses of - void -HandPanel.setStones(java.lang.Iterable<Pair<Stone,Position>> stones) +protected  void +AbstractStonePanel.setStones(java.lang.Iterable<Pair<Stone,Position>> stones)
-            +          Sets the list of stones that can be clicked on -protected  void -AbstractStonePanel.setStones(java.lang.Iterable<Pair<Stone,Position>> stones) + void +HandPanel.setStones(java.lang.Iterable<Pair<Stone,Position>> stones)
-          Sets the list of stones that can be clicked on +            -- cgit v1.2.3