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/util/class-use/Connection.html | 220 +++++++++++++++ doc/jrummikub/util/class-use/Event.html | 144 ++++++++++ doc/jrummikub/util/class-use/Event1.html | 235 ++++++++++++++++ doc/jrummikub/util/class-use/Event2.html | 196 +++++++++++++ doc/jrummikub/util/class-use/IEvent.html | 398 ++++++++++++++++++++++++++ doc/jrummikub/util/class-use/IEvent1.html | 239 ++++++++++++++++ doc/jrummikub/util/class-use/IEvent2.html | 227 +++++++++++++++ doc/jrummikub/util/class-use/IListener.html | 204 ++++++++++++++ doc/jrummikub/util/class-use/IListener1.html | 204 ++++++++++++++ doc/jrummikub/util/class-use/IListener2.html | 204 ++++++++++++++ doc/jrummikub/util/class-use/Pair.html | 403 +++++++++++++++++++++++++++ 11 files changed, 2674 insertions(+) create mode 100644 doc/jrummikub/util/class-use/Connection.html create mode 100644 doc/jrummikub/util/class-use/Event.html create mode 100644 doc/jrummikub/util/class-use/Event1.html create mode 100644 doc/jrummikub/util/class-use/Event2.html create mode 100644 doc/jrummikub/util/class-use/IEvent.html create mode 100644 doc/jrummikub/util/class-use/IEvent1.html create mode 100644 doc/jrummikub/util/class-use/IEvent2.html create mode 100644 doc/jrummikub/util/class-use/IListener.html create mode 100644 doc/jrummikub/util/class-use/IListener1.html create mode 100644 doc/jrummikub/util/class-use/IListener2.html create mode 100644 doc/jrummikub/util/class-use/Pair.html (limited to 'doc/jrummikub/util/class-use') diff --git a/doc/jrummikub/util/class-use/Connection.html b/doc/jrummikub/util/class-use/Connection.html new file mode 100644 index 0000000..f7787cc --- /dev/null +++ b/doc/jrummikub/util/class-use/Connection.html @@ -0,0 +1,220 @@ + + + + + + +Uses of Interface jrummikub.util.Connection + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
jrummikub.util.Connection

+
+ + + + + + + + + +
+Packages that use Connection
jrummikub.util  
+  +

+ + + + + +
+Uses of Connection in jrummikub.util
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in jrummikub.util that return Connection
+ ConnectionEvent.add(IListener listener) + +
+           
+ ConnectionIEvent.add(IListener listener) + +
+          Start to publish all events to a given listener
+ ConnectionIEvent1.add(IListener1<T> listener) + +
+          Start to publish all events to a given listener
+ ConnectionEvent1.add(IListener1<T> listener) + +
+           
+ ConnectionIEvent2.add(IListener2<T1,T2> listener) + +
+          Start to publish all events to a given listener
+ ConnectionEvent2.add(IListener2<T1,T2> listener) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/jrummikub/util/class-use/Event.html b/doc/jrummikub/util/class-use/Event.html new file mode 100644 index 0000000..d5aa835 --- /dev/null +++ b/doc/jrummikub/util/class-use/Event.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class jrummikub.util.Event + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
jrummikub.util.Event

+
+No usage of jrummikub.util.Event +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/jrummikub/util/class-use/Event1.html b/doc/jrummikub/util/class-use/Event1.html new file mode 100644 index 0000000..01666dc --- /dev/null +++ b/doc/jrummikub/util/class-use/Event1.html @@ -0,0 +1,235 @@ + + + + + + +Uses of Class jrummikub.util.Event1 + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
jrummikub.util.Event1

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

+ + + + + +
+Uses of Event1 in jrummikub.view
+  +

+ + + + + + + + + + + + + +
Methods in jrummikub.view that return Event1
+ Event1<StoneSet>ITablePanel.getLeftConnectorClickEvent() + +
+          the left connector click event is emitted when the player clicks on a left + connector of a stone set on the table .
+ Event1<StoneSet>ITablePanel.getRightConnectorClickEvent() + +
+          the right connector click event is emitted when the player clicks on a + right connector of a stone set on the table .
+  +

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

+ + + + + + + + + + + + + + + + + +
Methods in jrummikub.view.impl that return Event1
+ Event1<Position>AbstractStonePanel.getClickEvent() + +
+           
+ Event1<StoneSet>TablePanel.getLeftConnectorClickEvent() + +
+           
+ Event1<StoneSet>TablePanel.getRightConnectorClickEvent() + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/jrummikub/util/class-use/Event2.html b/doc/jrummikub/util/class-use/Event2.html new file mode 100644 index 0000000..5092039 --- /dev/null +++ b/doc/jrummikub/util/class-use/Event2.html @@ -0,0 +1,196 @@ + + + + + + +Uses of Class jrummikub.util.Event2 + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
jrummikub.util.Event2

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

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

+ + + + + + + + + + + + + + + + + +
Methods in jrummikub.view.impl that return Event2
+ Event2<Stone,java.lang.Boolean>AbstractStonePanel.getRangeClickEvent() + +
+           
+ Event2<Stone,java.lang.Boolean>AbstractStonePanel.getSetClickEvent() + +
+           
+ Event2<Stone,java.lang.Boolean>AbstractStonePanel.getStoneClickEvent() + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/jrummikub/util/class-use/IEvent.html b/doc/jrummikub/util/class-use/IEvent.html new file mode 100644 index 0000000..0e13c4b --- /dev/null +++ b/doc/jrummikub/util/class-use/IEvent.html @@ -0,0 +1,398 @@ + + + + + + +Uses of Interface jrummikub.util.IEvent + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
jrummikub.util.IEvent

+
+ + + + + + + + + + + + + + + + + + + + + +
+Packages that use IEvent
jrummikub.control  
jrummikub.util  
jrummikub.view  
jrummikub.view.impl  
+  +

+ + + + + +
+Uses of IEvent in jrummikub.control
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Methods in jrummikub.control that return IEvent
+ IEventTurnControl.getEndOfTurnEvent() + +
+          Get the event that is emitted when the turn is over
+ IEventRoundControl.getEndRoundEvent() + +
+          End the round
+ IEventITurnTimer.getTimeRunOutEvent() + +
+          Returns the event that is emitted if the timer timed out.
+ IEventTurnTimer.getTimeRunOutEvent() + +
+           
+  +

+ + + + + +
+Uses of IEvent in jrummikub.util
+  +

+ + + + + + + + + +
Classes in jrummikub.util that implement IEvent
+ classEvent + +
+          Simple parameterless event generator
+  +

+ + + + + +
+Uses of IEvent in jrummikub.view
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in jrummikub.view that return IEvent
+ IEventIPlayerPanel.getEndTurnEvent() + +
+          The end turn event is emitted when the player wants to end his turn
+ IEventIView.getNewGameEvent() + +
+          The new game event is emitted when the player wants to start a new game
+ IEventIView.getQuitEvent() + +
+          The quit event is emitted when the player wants to quit the game
+ IEventIPlayerPanel.getSortByGroupsEvent() + +
+          The sort by groups event is emitted when the player wants to sort his + stones by groups
+ IEventIPlayerPanel.getSortByRunsEvent() + +
+          The sort by runs event is emitted when the player wants to sort his stones + by runs
+ IEventIView.getStartTurnEvent() + +
+          The start turn event is emitted when the player wants to start his turn
+  +

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

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in jrummikub.view.impl that return IEvent
+ IEventPlayerPanel.getEndTurnEvent() + +
+           
+ IEventView.getNewGameEvent() + +
+           
+(package private)  IEventWinPanel.getNewGameEvent() + +
+          The new game event is emitted when the player wants to start a new game
+ IEventView.getQuitEvent() + +
+           
+(package private)  IEventWinPanel.getQuitEvent() + +
+          The quit event is emitted when the player wants to quit the program
+ IEventPlayerPanel.getSortByGroupsEvent() + +
+           
+ IEventPlayerPanel.getSortByRunsEvent() + +
+           
+ IEventView.getStartTurnEvent() + +
+           
+(package private)  IEventStartTurnPanel.getStartTurnEvent() + +
+          The start turn event is emitted when the current player has clicked the + start turn button
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/jrummikub/util/class-use/IEvent1.html b/doc/jrummikub/util/class-use/IEvent1.html new file mode 100644 index 0000000..1f00da1 --- /dev/null +++ b/doc/jrummikub/util/class-use/IEvent1.html @@ -0,0 +1,239 @@ + + + + + + +Uses of Interface jrummikub.util.IEvent1 + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
jrummikub.util.IEvent1

+
+ + + + + + + + + + + + + + + + + +
+Packages that use IEvent1
jrummikub.util  
jrummikub.view  
jrummikub.view.impl  
+  +

+ + + + + +
+Uses of IEvent1 in jrummikub.util
+  +

+ + + + + + + + + +
Classes in jrummikub.util that implement IEvent1
+ classEvent1<T> + +
+          Simple single parameter event generator
+  +

+ + + + + +
+Uses of IEvent1 in jrummikub.view
+  +

+ + + + + + + + + +
Methods in jrummikub.view that return IEvent1
+ IEvent1<Position>IClickable.getClickEvent() + +
+          the click event is emitted when the player clicks on the table/hand/etc.
+  +

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

+ + + + + + + + + +
Methods in jrummikub.view.impl that return IEvent1
+(package private)  IEvent1<java.awt.Point>StoneCollectionPanel.getOtherClickEvent() + +
+          The other click event is emitted by the stone collection when the player + has clicked on it, but hasn't hit a stone.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/jrummikub/util/class-use/IEvent2.html b/doc/jrummikub/util/class-use/IEvent2.html new file mode 100644 index 0000000..8cb2eae --- /dev/null +++ b/doc/jrummikub/util/class-use/IEvent2.html @@ -0,0 +1,227 @@ + + + + + + +Uses of Interface jrummikub.util.IEvent2 + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
jrummikub.util.IEvent2

+
+ + + + + + + + + + + + + +
+Packages that use IEvent2
jrummikub.util  
jrummikub.view  
+  +

+ + + + + +
+Uses of IEvent2 in jrummikub.util
+  +

+ + + + + + + + + +
Classes in jrummikub.util that implement IEvent2
+ classEvent2<T1,T2> + +
+          Simple single parameter event generator
+  +

+ + + + + +
+Uses of IEvent2 in jrummikub.view
+  +

+ + + + + + + + + + + + + + + + + +
Methods in jrummikub.view that return IEvent2
+ IEvent2<Stone,java.lang.Boolean>IStonePanel.getRangeClickEvent() + +
+          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
+ IEvent2<Stone,java.lang.Boolean>IStonePanel.getSetClickEvent() + +
+          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
+ IEvent2<Stone,java.lang.Boolean>IStonePanel.getStoneClickEvent() + +
+          the click event is emitted when the player clicks on the table/hand/etc.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/jrummikub/util/class-use/IListener.html b/doc/jrummikub/util/class-use/IListener.html new file mode 100644 index 0000000..153acde --- /dev/null +++ b/doc/jrummikub/util/class-use/IListener.html @@ -0,0 +1,204 @@ + + + + + + +Uses of Interface jrummikub.util.IListener + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
jrummikub.util.IListener

+
+ + + + + + + + + +
+Packages that use IListener
jrummikub.util  
+  +

+ + + + + +
+Uses of IListener in jrummikub.util
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Methods in jrummikub.util with parameters of type IListener
+ ConnectionEvent.add(IListener listener) + +
+           
+ ConnectionIEvent.add(IListener listener) + +
+          Start to publish all events to a given listener
+ voidEvent.remove(IListener listener) + +
+           
+ voidIEvent.remove(IListener listener) + +
+          Stop publishing events to a given listener
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/jrummikub/util/class-use/IListener1.html b/doc/jrummikub/util/class-use/IListener1.html new file mode 100644 index 0000000..c68eee7 --- /dev/null +++ b/doc/jrummikub/util/class-use/IListener1.html @@ -0,0 +1,204 @@ + + + + + + +Uses of Interface jrummikub.util.IListener1 + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
jrummikub.util.IListener1

+
+ + + + + + + + + +
+Packages that use IListener1
jrummikub.util  
+  +

+ + + + + +
+Uses of IListener1 in jrummikub.util
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Methods in jrummikub.util with parameters of type IListener1
+ ConnectionIEvent1.add(IListener1<T> listener) + +
+          Start to publish all events to a given listener
+ ConnectionEvent1.add(IListener1<T> listener) + +
+           
+ voidIEvent1.remove(IListener1<T> listener) + +
+          Stop publishing events to a given listener
+ voidEvent1.remove(IListener1<T> listener) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/jrummikub/util/class-use/IListener2.html b/doc/jrummikub/util/class-use/IListener2.html new file mode 100644 index 0000000..4a4baa8 --- /dev/null +++ b/doc/jrummikub/util/class-use/IListener2.html @@ -0,0 +1,204 @@ + + + + + + +Uses of Interface jrummikub.util.IListener2 + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
jrummikub.util.IListener2

+
+ + + + + + + + + +
+Packages that use IListener2
jrummikub.util  
+  +

+ + + + + +
+Uses of IListener2 in jrummikub.util
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Methods in jrummikub.util with parameters of type IListener2
+ ConnectionIEvent2.add(IListener2<T1,T2> listener) + +
+          Start to publish all events to a given listener
+ ConnectionEvent2.add(IListener2<T1,T2> listener) + +
+           
+ voidIEvent2.remove(IListener2<T1,T2> listener) + +
+          Stop publishing events to a given listener
+ voidEvent2.remove(IListener2<T1,T2> listener) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/jrummikub/util/class-use/Pair.html b/doc/jrummikub/util/class-use/Pair.html new file mode 100644 index 0000000..407702b --- /dev/null +++ b/doc/jrummikub/util/class-use/Pair.html @@ -0,0 +1,403 @@ + + + + + + +Uses of Class jrummikub.util.Pair + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
jrummikub.util.Pair

+
+ + + + + + + + + + + + + + + + + + + + + +
+Packages that use Pair
jrummikub.control  
jrummikub.model  
jrummikub.view  
jrummikub.view.impl  
+  +

+ + + + + +
+Uses of Pair in jrummikub.control
+  +

+ + + + + + + + + + + + + +
Methods in jrummikub.control with parameters of type Pair
+ intTurnControl.HandStonePositionComparator.compare(Pair<Stone,Position> pair1, + Pair<Stone,Position> pair2) + +
+           
+ intTurnControl.HandStonePositionComparator.compare(Pair<Stone,Position> pair1, + Pair<Stone,Position> pair2) + +
+           
+  +

+ + + + + +
+Uses of Pair in jrummikub.model
+  +

+ + + + + + + + + +
Fields in jrummikub.model with type parameters of type Pair
+protected  java.util.HashMap<E,Pair<E,Position>>StoneTray.objects + +
+           
+  +

+ + + + + + + + + + + + + + + + + +
Methods in jrummikub.model that return Pair
+protected  Pair<Position,StoneTray.Direction>StoneTray.fixInvalidDrop(E object, + Position pos, + StoneTray.Direction dir) + +
+          Checks whether the object may be placed on the given position, computes + new position if not
+protected  Pair<Position,StoneTray.Direction>Hand.fixInvalidDrop(Stone stone, + Position pos, + StoneTray.Direction dir) + +
+           
+ Pair<StoneSet,StoneSet>StoneSet.splitAt(int position) + +
+          Splits the StoneSet at a specified Position and returns two new + Stone Sets
+  +

+ + + + + + + + + +
Methods in jrummikub.model that return types with arguments of type Pair
+ java.util.Iterator<Pair<E,Position>>StoneTray.iterator() + +
+           
+  +

+ + + + + +
+Uses of Pair in jrummikub.view
+  +

+ + + + + + + + + + + + + +
Method parameters in jrummikub.view with type arguments of type Pair
+ voidIHandPanel.setStones(java.lang.Iterable<Pair<Stone,Position>> stones) + +
+          Set the player's stones to display on the board
+ voidITablePanel.setStoneSets(java.lang.Iterable<Pair<StoneSet,Position>> stoneSets) + +
+          Sets the stone sets lying on the table
+  +

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

+ + + + + + + + + + + + + + + + + +
Methods in jrummikub.view.impl that return Pair
+protected  Pair<java.lang.Integer,java.lang.Integer>StoneCollectionPanel.getTranslation() + +
+           
+protected  Pair<java.lang.Integer,java.lang.Integer>TablePanel.getTranslation() + +
+           
+protected  Pair<java.lang.Integer,java.lang.Integer>AbstractStonePanel.getTranslation() + +
+          Returns the translation in pixels the stones in this panel are painted with
+  +

+ + + + + + + + + +
Methods in jrummikub.view.impl that return types with arguments of type Pair
+protected  java.lang.Iterable<Pair<Stone,Position>>AbstractStonePanel.getStones() + +
+          Returns the list of stones and positions currently set
+  +

+ + + + + + + + + + + + + + + + + +
Method parameters in jrummikub.view.impl with type arguments of type Pair
+ voidHandPanel.setStones(java.lang.Iterable<Pair<Stone,Position>> stones) + +
+           
+protected  voidAbstractStonePanel.setStones(java.lang.Iterable<Pair<Stone,Position>> stones) + +
+          Sets the list of stones that can be clicked on
+ voidTablePanel.setStoneSets(java.lang.Iterable<Pair<StoneSet,Position>> stoneSets) + +
+           
+  +

+


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