|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectGUI.CentralViewWindow
public class CentralViewWindow
Class used to provide implementation for method that handles and transform as necessary the central panel of the GUI's main frame.
| Constructor Summary | |
|---|---|
CentralViewWindow()
|
|
| Method Summary | |
|---|---|
static void |
showCentralPanel(GUI grid)
Method implemented when the go to jail tab must be viewed on the central panel. |
static void |
showCentralPanel(GUI grid,
Card card)
Method implemented when a card must be viewed on the central panel. |
static void |
showCentralPanel(GUI grid,
Taxes tax)
Method implemented when tax info must be viewed on the central panel. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CentralViewWindow()
| Method Detail |
|---|
public static void showCentralPanel(GUI grid,
Card card)
grid - the current gui of the program.card - the card the player has picked.
public static void showCentralPanel(GUI grid,
Taxes tax)
grid - the current gui of the program.tax - the tax the player has to pay.public static void showCentralPanel(GUI grid)
grid - the current gui of the program.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||