Package | Description |
---|---|
client.base | |
client.communication | |
client.devcards | |
client.discard | |
client.domestic | |
client.join | |
client.login | |
client.map | |
client.map.view | |
client.maritime | |
client.misc | |
client.points | |
client.resources | |
client.roll | |
client.turntracker |
Modifier and Type | Interface and Description |
---|---|
interface |
IOverlayView
Base interface for overlay views
|
Modifier and Type | Class and Description |
---|---|
class |
ComponentView
Base class for JComponent-based views
|
class |
OverlayView
Base class for overlay views
|
class |
PanelView
Base class for JPanel-based views
|
Modifier and Type | Field and Description |
---|---|
private IView |
Controller.view |
Modifier and Type | Method and Description |
---|---|
IView |
IController.getView()
View getter
|
IView |
Controller.getView() |
Modifier and Type | Method and Description |
---|---|
private void |
Controller.setView(IView view) |
Constructor and Description |
---|
Controller(IView view) |
Modifier and Type | Interface and Description |
---|---|
interface |
IChatView
Chat view interface
|
interface |
IGameHistoryView
Game history view interface
|
Modifier and Type | Class and Description |
---|---|
class |
ChatView
Chat view implementation
|
class |
GameHistoryView
Game history view implementation
|
Modifier and Type | Interface and Description |
---|---|
interface |
IBuyDevCardView
"Buy dev card" view interface
|
interface |
IPlayDevCardView
"Play dev card" view interface
|
Modifier and Type | Class and Description |
---|---|
class |
BuyDevCardView
"Buy dev card" view implementation
|
class |
PlayDevCardView
"Play dev card" view implementation
|
Modifier and Type | Interface and Description |
---|---|
interface |
IDiscardView
Discard view interface
|
Modifier and Type | Class and Description |
---|---|
class |
DiscardView
Discard view implementation
|
Modifier and Type | Interface and Description |
---|---|
interface |
IAcceptTradeOverlay
Interface for the accept trade overlay, which allows the user to accept or
reject a proposed trade
|
interface |
IDomesticTradeOverlay
Implementation of the domestic trade overlay, which allows the user to
propose a domestic trade
|
interface |
IDomesticTradeView
Interface of the domestic trade view, which contains the "Domestic Trade"
button
|
Modifier and Type | Class and Description |
---|---|
class |
AcceptTradeOverlay
Implementation of the "accept trade" overlay, which is used to let the user
accept or reject a trade
|
class |
DomesticTradeOverlay
Implementation of the domestic trade overlay, which allows the user to propose
a domestic trade
|
class |
DomesticTradeView
Implementation of the domestic trade view, which contains the
"Domestic Trade" button
|
Modifier and Type | Interface and Description |
---|---|
interface |
IJoinGameView
Interface for the join game view, which lets the user select a game to join
|
interface |
INewGameView
Interface for the new game view, which lets the user enter parameters for a
new game
|
interface |
IPlayerWaitingView
Interface for the player waiting view, which is displayed when the user is
waiting for other players to join their game
|
interface |
ISelectColorView
Interface for the select color view, which lets the user select the desired
color when they join a game
|
Modifier and Type | Class and Description |
---|---|
class |
JoinGameView
Implementation for the join game view, which lets the user select a game to
join
|
class |
NewGameView
Implementation for the new game view, which lets the user enter parameters
for a new game
|
class |
PlayerWaitingView
Implementation for the player waiting view, which is displayed when the user is
waiting for other players to join their game
|
class |
SelectColorView
Implementation for the select color view, which lets the user select the
desired color when they join a game
|
Modifier and Type | Interface and Description |
---|---|
interface |
ILoginView
Interface for the login view, which lets the user create a new account and
login
|
Modifier and Type | Class and Description |
---|---|
class |
LoginView
Implementation for the login view, which lets the user create a new account
and login
|
Modifier and Type | Interface and Description |
---|---|
interface |
IRobView
Interface for the rob view, which lets the user select a player to rob
|
Modifier and Type | Class and Description |
---|---|
class |
RobView
Implementation for the rob view, which lets the user select a player to rob
|
Modifier and Type | Interface and Description |
---|---|
interface |
IMapView
Interface for the map view
|
Modifier and Type | Class and Description |
---|---|
class |
MapOverlayView |
class |
MapView
Implementation for the map view
|
Modifier and Type | Interface and Description |
---|---|
interface |
IMaritimeTradeOverlay
Interface for the maritime trade overlay, which lets the user make a maritime
trade
|
interface |
IMaritimeTradeView
Interface for the maritime trade view, which displays the "Maritime Trade"
button
|
Modifier and Type | Class and Description |
---|---|
class |
MaritimeTradeOverlay
Implementation for the maritime trade overlay, which lets the user make a maritime trade
|
class |
MaritimeTradeView
Implementation for the maritime trade view, which displays the "Maritime Trade" button
|
Modifier and Type | Interface and Description |
---|---|
interface |
IMessageView
Interface for the message view, which is used to display messages to the user
|
interface |
IWaitView
Interface for the wait view, which is used to display wait dialogs to the
user
|
Modifier and Type | Class and Description |
---|---|
class |
MessageView
Implementation for the message view, which is used to display messages to the user
|
class |
WaitView
Implementation for the wait view, which is used to display wait dialogs to the user
|
Modifier and Type | Interface and Description |
---|---|
interface |
IGameFinishedView
Interface for the game finished view, which is displayed when the game is
over
|
interface |
IPointsView
Interface for the points view, which displays the user's victory points
|
Modifier and Type | Class and Description |
---|---|
class |
GameFinishedView
Implementation for the game finished view, which is displayed when the game is over
|
class |
PointsView
Implementation for the points view, which displays the user's victory points
|
Modifier and Type | Interface and Description |
---|---|
interface |
IResourceBarView
Interface for the resource bar view
|
Modifier and Type | Class and Description |
---|---|
class |
ResourceBarView
Implementation for the resource bar view
|
Modifier and Type | Interface and Description |
---|---|
interface |
IRollResultView
Interface for the roll result view, which displays the result of a roll
|
interface |
IRollView
Interface for the roll view, which allows the user to roll the dice
|
Modifier and Type | Class and Description |
---|---|
class |
RollResultView
Implementation for the roll result view, which displays the result of a roll
|
class |
RollView
Implementation for the roll view, which allows the user to roll the dice
|
Modifier and Type | Interface and Description |
---|---|
interface |
ITurnTrackerView
Interface for the turn tracker view, which displays whose turn it is, and
what state the game is in
|
Modifier and Type | Class and Description |
---|---|
class |
TurnTrackerView
Implementation for the turn tracker view, which displays whose turn it is, and what state the game is in
|