Uses of Class
actions.user.ContactList

Packages that use ContactList
actions.user includes the functions for registering a user and changing user preferences for the client program. 
client includes the classes to start the client program and handle the functionality. 
 

Uses of ContactList in actions.user
 

Methods in actions.user that return ContactList
static ContactList ContactList.getInstance(WSIDOClientMain mainApp)
          returns an instance of that class
 

Constructors in actions.user with parameters of type ContactList
ReloadContacts(ContactList contactlist)
          constructs the ContactList Reload Task
 

Uses of ContactList in client
 

Methods in client that return ContactList
 ContactList WSIDOClientMain.getJPanelContactList()