From 670fcf2613f6db2a4bfdaa91ac9d90001a90359e Mon Sep 17 00:00:00 2001 From: Ida Massow Date: Tue, 10 May 2011 16:59:40 +0200 Subject: docs fertig und vorher repariert git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@232 72836036-5685-4462-b002-a69064685172 --- doc/jrummikub/view/class-use/IClickable.html | 241 ++++++++++++++++++++ doc/jrummikub/view/class-use/IHandPanel.html | 209 +++++++++++++++++ doc/jrummikub/view/class-use/IPlayerPanel.html | 225 +++++++++++++++++++ .../view/class-use/IStoneCollectionPanel.html | 226 +++++++++++++++++++ doc/jrummikub/view/class-use/IStonePanel.html | 249 +++++++++++++++++++++ doc/jrummikub/view/class-use/ITablePanel.html | 225 +++++++++++++++++++ doc/jrummikub/view/class-use/IView.html | 238 ++++++++++++++++++++ 7 files changed, 1613 insertions(+) create mode 100644 doc/jrummikub/view/class-use/IClickable.html create mode 100644 doc/jrummikub/view/class-use/IHandPanel.html create mode 100644 doc/jrummikub/view/class-use/IPlayerPanel.html create mode 100644 doc/jrummikub/view/class-use/IStoneCollectionPanel.html create mode 100644 doc/jrummikub/view/class-use/IStonePanel.html create mode 100644 doc/jrummikub/view/class-use/ITablePanel.html create mode 100644 doc/jrummikub/view/class-use/IView.html (limited to 'doc/jrummikub/view/class-use') diff --git a/doc/jrummikub/view/class-use/IClickable.html b/doc/jrummikub/view/class-use/IClickable.html new file mode 100644 index 0000000..ee6883c --- /dev/null +++ b/doc/jrummikub/view/class-use/IClickable.html @@ -0,0 +1,241 @@ + + + + + + +Uses of Interface jrummikub.view.IClickable + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
jrummikub.view.IClickable

+
+ + + + + + + + + + + + + +
+Packages that use IClickable
jrummikub.view  
jrummikub.view.impl  
+  +

+ + + + + +
+Uses of IClickable in jrummikub.view
+  +

+ + + + + + + + + + + + + +
Subinterfaces of IClickable in jrummikub.view
+ interfaceIHandPanel + +
+          The view for a player's hand that displays his stones
+ interfaceITablePanel + +
+          The view of the table, where the stone sets lie
+  +

+ + + + + +
+Uses of IClickable in jrummikub.view.impl
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Classes in jrummikub.view.impl that implement IClickable
+(package private)  classAbstractStonePanel + +
+          Base class for panels that draw stones
+(package private)  classHandPanel + +
+          Implementation of the board
+(package private)  classStoneCollectionPanel + +
+          Implementation of the stone collection (selection)
+(package private)  classTablePanel + +
+          The implementation of the table
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/jrummikub/view/class-use/IHandPanel.html b/doc/jrummikub/view/class-use/IHandPanel.html new file mode 100644 index 0000000..5663756 --- /dev/null +++ b/doc/jrummikub/view/class-use/IHandPanel.html @@ -0,0 +1,209 @@ + + + + + + +Uses of Interface jrummikub.view.IHandPanel + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
jrummikub.view.IHandPanel

+
+ + + + + + + + + + + + + +
+Packages that use IHandPanel
jrummikub.view  
jrummikub.view.impl  
+  +

+ + + + + +
+Uses of IHandPanel in jrummikub.view
+  +

+ + + + + + + + + +
Methods in jrummikub.view that return IHandPanel
+ IHandPanelIPlayerPanel.getHandPanel() + +
+           
+  +

+ + + + + +
+Uses of IHandPanel in jrummikub.view.impl
+  +

+ + + + + + + + + +
Classes in jrummikub.view.impl that implement IHandPanel
+(package private)  classHandPanel + +
+          Implementation of the board
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/jrummikub/view/class-use/IPlayerPanel.html b/doc/jrummikub/view/class-use/IPlayerPanel.html new file mode 100644 index 0000000..6ebde84 --- /dev/null +++ b/doc/jrummikub/view/class-use/IPlayerPanel.html @@ -0,0 +1,225 @@ + + + + + + +Uses of Interface jrummikub.view.IPlayerPanel + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
jrummikub.view.IPlayerPanel

+
+ + + + + + + + + + + + + +
+Packages that use IPlayerPanel
jrummikub.view  
jrummikub.view.impl  
+  +

+ + + + + +
+Uses of IPlayerPanel in jrummikub.view
+  +

+ + + + + + + + + +
Methods in jrummikub.view that return IPlayerPanel
+ IPlayerPanelIView.getPlayerPanel() + +
+          Returns the player panel
+  +

+ + + + + +
+Uses of IPlayerPanel in jrummikub.view.impl
+  +

+ + + + + + + + + +
Classes in jrummikub.view.impl that implement IPlayerPanel
+(package private)  classPlayerPanel + +
+          Implementation of the player panel
+  +

+ + + + + + + + + +
Methods in jrummikub.view.impl that return IPlayerPanel
+ IPlayerPanelView.getPlayerPanel() + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/jrummikub/view/class-use/IStoneCollectionPanel.html b/doc/jrummikub/view/class-use/IStoneCollectionPanel.html new file mode 100644 index 0000000..eec8be6 --- /dev/null +++ b/doc/jrummikub/view/class-use/IStoneCollectionPanel.html @@ -0,0 +1,226 @@ + + + + + + +Uses of Interface jrummikub.view.IStoneCollectionPanel + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
jrummikub.view.IStoneCollectionPanel

+
+ + + + + + + + + + + + + +
+Packages that use IStoneCollectionPanel
jrummikub.view  
jrummikub.view.impl  
+  +

+ + + + + +
+Uses of IStoneCollectionPanel in jrummikub.view
+  +

+ + + + + + + + + +
Methods in jrummikub.view that return IStoneCollectionPanel
+ IStoneCollectionPanelITablePanel.getStoneCollectionPanel() + +
+          Returns the stone collection (the panel showing the stones currently + selected)
+  +

+ + + + + +
+Uses of IStoneCollectionPanel in jrummikub.view.impl
+  +

+ + + + + + + + + +
Classes in jrummikub.view.impl that implement IStoneCollectionPanel
+(package private)  classStoneCollectionPanel + +
+          Implementation of the stone collection (selection)
+  +

+ + + + + + + + + +
Methods in jrummikub.view.impl that return IStoneCollectionPanel
+ IStoneCollectionPanelTablePanel.getStoneCollectionPanel() + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/jrummikub/view/class-use/IStonePanel.html b/doc/jrummikub/view/class-use/IStonePanel.html new file mode 100644 index 0000000..12549e6 --- /dev/null +++ b/doc/jrummikub/view/class-use/IStonePanel.html @@ -0,0 +1,249 @@ + + + + + + +Uses of Interface jrummikub.view.IStonePanel + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
jrummikub.view.IStonePanel

+
+ + + + + + + + + + + + + +
+Packages that use IStonePanel
jrummikub.view  
jrummikub.view.impl  
+  +

+ + + + + +
+Uses of IStonePanel in jrummikub.view
+  +

+ + + + + + + + + + + + + + + + + +
Subinterfaces of IStonePanel in jrummikub.view
+ interfaceIHandPanel + +
+          The view for a player's hand that displays his stones
+ interfaceIStoneCollectionPanel + +
+          The view of the collection that shows the stones a player has selected
+ interfaceITablePanel + +
+          The view of the table, where the stone sets lie
+  +

+ + + + + +
+Uses of IStonePanel in jrummikub.view.impl
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Classes in jrummikub.view.impl that implement IStonePanel
+(package private)  classAbstractStonePanel + +
+          Base class for panels that draw stones
+(package private)  classHandPanel + +
+          Implementation of the board
+(package private)  classStoneCollectionPanel + +
+          Implementation of the stone collection (selection)
+(package private)  classTablePanel + +
+          The implementation of the table
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/jrummikub/view/class-use/ITablePanel.html b/doc/jrummikub/view/class-use/ITablePanel.html new file mode 100644 index 0000000..27a8c3d --- /dev/null +++ b/doc/jrummikub/view/class-use/ITablePanel.html @@ -0,0 +1,225 @@ + + + + + + +Uses of Interface jrummikub.view.ITablePanel + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
jrummikub.view.ITablePanel

+
+ + + + + + + + + + + + + +
+Packages that use ITablePanel
jrummikub.view  
jrummikub.view.impl  
+  +

+ + + + + +
+Uses of ITablePanel in jrummikub.view
+  +

+ + + + + + + + + +
Methods in jrummikub.view that return ITablePanel
+ ITablePanelIView.getTablePanel() + +
+          Returns the table
+  +

+ + + + + +
+Uses of ITablePanel in jrummikub.view.impl
+  +

+ + + + + + + + + +
Classes in jrummikub.view.impl that implement ITablePanel
+(package private)  classTablePanel + +
+          The implementation of the table
+  +

+ + + + + + + + + +
Methods in jrummikub.view.impl that return ITablePanel
+ ITablePanelView.getTablePanel() + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/jrummikub/view/class-use/IView.html b/doc/jrummikub/view/class-use/IView.html new file mode 100644 index 0000000..f6cadd8 --- /dev/null +++ b/doc/jrummikub/view/class-use/IView.html @@ -0,0 +1,238 @@ + + + + + + +Uses of Interface jrummikub.view.IView + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
jrummikub.view.IView

+
+ + + + + + + + + + + + + +
+Packages that use IView
jrummikub.control  
jrummikub.view.impl  
+  +

+ + + + + +
+Uses of IView in jrummikub.control
+  +

+ + + + + + + + + + + + + + + + + + + + +
Constructors in jrummikub.control with parameters of type IView
GameControl(IView view) + +
+          Constructor
RoundControl(IGameState gameState, + IView view) + +
+          Create a new RoundControl using the given gameState and view
TurnControl(IHand hand, + ITable table, + IView view) + +
+          Create a new TurnControl using a given hand (of the active player), a given + table and a given view for user interaction.
TurnControl(IHand hand, + ITable table, + IView view, + ITurnTimer testTimer) + +
+          Test only constructor
TurnTimer(IView view) + +
+          Create a new timer using a given view to display the current time left
+  +

+ + + + + +
+Uses of IView in jrummikub.view.impl
+  +

+ + + + + + + + + +
Classes in jrummikub.view.impl that implement IView
+ classView + +
+          Implementation of the top-level view interface
+  +

+


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