| Interface | Description |
|---|---|
| IChatController |
Chat controller interface
|
| IChatView |
Chat view interface
|
| IGameHistoryController |
Game history controller interface
|
| IGameHistoryView |
Game history view interface
|
| Class | Description |
|---|---|
| ChatController |
Chat controller implementation
|
| ChatView |
Chat view implementation
|
| GameHistoryController |
Game history controller implementation
|
| GameHistoryView |
Game history view implementation
|
| LogComponent |
Custom component that displays a log of messages.
|
| LogEntry |
Message (or entry) displayed in the LogComponent
|
| PlaceholderTextField |
JTextField that supports adding a placeholder text
|