| Modifier and Type | Field and Description |
|---|---|
private Property |
Space.property |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<Property,javax.swing.JPanel> |
GUI.propertyPanels |
| Modifier and Type | Method and Description |
|---|---|
Property |
GUI.askForProperty(Player player,
java.util.ArrayList<Property> list)
Displays a drop-down menu of properties for which the player may purchase
houses.
|
(package private) abstract Property |
MonopolyUI.askForProperty(Player player,
java.util.ArrayList<Property> list)
Displays a drop-down menu of properties for which the player may purchase
houses.
|
Property |
Console.askForProperty(Player player,
java.util.ArrayList<Property> list)
Displays a drop-down menu of properties for which the player may purchase
houses.
|
Property |
Space.getProperty()
Get the Property associated with this Space.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<Property> |
Board.getProperties(int group)
Get properties associated with a particular property group
|
| Modifier and Type | Method and Description |
|---|---|
private void |
Game.buyHouseForProperty(Player player,
Property property)
Player purchases a house for the specified property
|
private void |
Game.landedOnProperty(Player player,
Property property)
Handles game play when a player lands on a particular property.
|
boolean |
Player.ownsProperty(Property property)
Checks if the Player owns a Property
|
void |
Player.purchaseProperty(Property property)
Purchase a Property.
|
void |
GUI.redrawProperty(Property property)
Refresh property information in the GUI.
|
(package private) abstract void |
MonopolyUI.redrawProperty(Property property)
Refresh property information in the GUI.
|
void |
Console.redrawProperty(Property property)
Refresh property information in the GUI.
|
| Modifier and Type | Method and Description |
|---|---|
Property |
GUI.askForProperty(Player player,
java.util.ArrayList<Property> list)
Displays a drop-down menu of properties for which the player may purchase
houses.
|
(package private) abstract Property |
MonopolyUI.askForProperty(Player player,
java.util.ArrayList<Property> list)
Displays a drop-down menu of properties for which the player may purchase
houses.
|
Property |
Console.askForProperty(Player player,
java.util.ArrayList<Property> list)
Displays a drop-down menu of properties for which the player may purchase
houses.
|