C D E G M R S U

C

Chat - Interface in examples.chat
The chat Server interface.
ChatAboutBox - Class in examples.chat.client.gui
The chat About box.
ChatAboutBox(Frame) - Constructor for class examples.chat.client.gui.ChatAboutBox
 
ChatGUI - Class in examples.chat.client.gui
The main class of the GUI.
ChatGUI() - Constructor for class examples.chat.client.gui.ChatGUI
Default constructor.
ChatManagement - Interface in examples.chat
The chat Management interface.
ChatView - Class in examples.chat.client.gui
The application's main frame.
ChatView(SingleFrameApplication) - Constructor for class examples.chat.client.gui.ChatView
 
ClientImpl - Class in examples.chat
A chat client.
ClientImpl() - Constructor for class examples.chat.ClientImpl
 
closeAboutBox() - Method in class examples.chat.client.gui.ChatAboutBox
 
configureWindow(Window) - Method in class examples.chat.client.gui.ChatGUI
This method is to initialize the specified window by injecting resources.
connect() - Method in interface examples.chat.ChatManagement
Initialize a connection with the chat server.
connect() - Method in class examples.chat.GuiClientImpl
 

D

disconnect() - Method in interface examples.chat.ChatManagement
Leave the chat.
disconnect() - Method in class examples.chat.GuiClientImpl
 

E

examples.chat - package examples.chat
 
examples.chat.client.gui - package examples.chat.client.gui
 

G

getApplication() - Static method in class examples.chat.client.gui.ChatGUI
A convenient static getter for the application instance.
getChatService() - Static method in class examples.chat.client.gui.ChatGUI
A convenient static getter for the chat service.
getMessages() - Method in interface examples.chat.Chat
Get all messages received by the chat server.
getMessages() - Method in class examples.chat.GuiClientImpl
 
GuiClientImpl - Class in examples.chat
This component acts like a proxy for the Chat service.
GuiClientImpl() - Constructor for class examples.chat.GuiClientImpl
 

M

main(String[]) - Static method in class examples.chat.client.gui.ChatGUI
Main method launching the application.

R

run() - Method in class examples.chat.client.gui.ChatGUI
 
run() - Method in class examples.chat.ClientImpl
Run method launching the application.

S

sendMessage(String, String) - Method in interface examples.chat.Chat
Send a message to the chat server
sendMessage(String, String) - Method in class examples.chat.GuiClientImpl
 
showAboutBox() - Method in class examples.chat.client.gui.ChatView
 
startup() - Method in class examples.chat.client.gui.ChatGUI
At startup create and show the main frame of the application.

U

updateMessages(String) - Method in class examples.chat.client.gui.ChatView
Update received messages display.

C D E G M R S U

Copyright © 2011. All Rights Reserved.