|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GUI | |
|---|---|
| de.htwdd.rosenkoenig.game | This packages contains all classes that implement the "business logic" of Rosenkoenig. |
| de.htwdd.rosenkoenig.gui | All classes that have to do anything with user interaction or game in- and outputs are located here. |
| de.htwdd.rosenkoenig.gui.genuts | This package contains a GUI implementation based on the Java gui framework Genuts. |
| Uses of GUI in de.htwdd.rosenkoenig.game |
|---|
| Fields in de.htwdd.rosenkoenig.game with type parameters of type GUI | |
|---|---|
protected java.util.List<GUI> |
Game.guis
|
| Methods in de.htwdd.rosenkoenig.game with parameters of type GUI | |
|---|---|
void |
Game.addGUI(GUI gui)
Add a gui to the game. |
void |
Game.removeGUI(GUI gui)
Remove a game from the gui. |
| Constructors in de.htwdd.rosenkoenig.game with parameters of type GUI | |
|---|---|
Game(Player playerOne,
Player playerTwo,
GUI gui)
Ctor - calls public |
|
| Uses of GUI in de.htwdd.rosenkoenig.gui |
|---|
| Classes in de.htwdd.rosenkoenig.gui that implement GUI | |
|---|---|
class |
GameLogger
"GUI" that logs all actions (log4j level: INFO). |
| Uses of GUI in de.htwdd.rosenkoenig.gui.genuts |
|---|
| Classes in de.htwdd.rosenkoenig.gui.genuts that implement GUI | |
|---|---|
class |
GenutsGUI
This implementation of GUI provides Rosenkoenig with a graphical user interface based on the Genuts library. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||