Uses of Interface
ch.epfl.lpd.ids.gui.IWindowManager

Packages that use IWindowManager
ch.epfl.lpd.ids Package containing the main local chat class. 
ch.epfl.lpd.ids.client Package containing the classes used for the chat client. 
 

Uses of IWindowManager in ch.epfl.lpd.ids
 

Classes in ch.epfl.lpd.ids that implement IWindowManager
 class CentralizedChat
          CentralizedChat class used to start the local chat.
 

Uses of IWindowManager in ch.epfl.lpd.ids.client
 

Fields in ch.epfl.lpd.ids.client declared as IWindowManager
protected  IWindowManager ChatClient.iw
          The reference to the IWindowManager in order to correctly dispose the ressources when the client is closed.
 

Constructors in ch.epfl.lpd.ids.client with parameters of type IWindowManager
ChatClient(IServer server, IWindowManager iw)
          Creates a new instance of ChatClient.