Uses of Class
client.WSIDOClientMain

Packages that use WSIDOClientMain
actions includes the actions for the client program 
actions.chat includes the chat functionality for the client. 
actions.module includes the functions for module handling in the client application. 
actions.toplist includes the functions for the toplists in the client application. 
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 WSIDOClientMain in actions
 

Constructors in actions with parameters of type WSIDOClientMain
AboutWindow(WSIDOClientMain mainApp)
          constructs the window and stores the reference for the main application and initializes the window
 

Uses of WSIDOClientMain in actions.chat
 

Constructors in actions.chat with parameters of type WSIDOClientMain
AskThread(WSIDOClientMain mainApp, java.lang.Thread connectThread)
          constructs the Thread.
ChatWindow(WSIDOClientMain mainApp, WSIDOClientImpl chatObject, StandardUser chatPartner)
          constructs the chat window.
ConnectThread(WSIDOClientMain mainApp, StandardUser user)
          constructs the new thread
SelectChatPartner(WSIDOClientMain mainApp, Module module, Item item)
          constructs the window and stores the reference for the main application and initializes the window
 

Uses of WSIDOClientMain in actions.module
 

Constructors in actions.module with parameters of type WSIDOClientMain
CreateModule(WSIDOClientMain mainApp)
          constructs the window and stores the reference for the main application and initializes the window
EditOwnModule(WSIDOClientMain mainApp, OwnModuleList oml, Module module)
          constructs the window and stores the reference for the main application and initializes the window
ModulesForVoting(WSIDOClientMain mainApp)
          constructs the panel and stores the reference for the main application and initializes the panel
OwnModuleList(WSIDOClientMain mainApp)
          constructs the panel and stores the reference for the main application and initializes the panel
SubscribeModules(WSIDOClientMain mainApp)
          constructs the panel and stores the reference for the main application and initializes the panel
 

Uses of WSIDOClientMain in actions.toplist
 

Constructors in actions.toplist with parameters of type WSIDOClientMain
ToplistChoice(WSIDOClientMain mainApp, int days)
          constructs the panel and stores the reference for the main application and initializes the panel
ToplistOfModule(Module module, ToplistChoice toplistChoice, WSIDOClientMain mainApp, int days)
          constructs the panel and stores the references for later use
 

Uses of WSIDOClientMain in actions.user
 

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

Constructors in actions.user with parameters of type WSIDOClientMain
ChangePreferences(WSIDOClientMain mainApp)
          constructs the window and stores the reference for the main application and initializes the window
GetPowerUser(WSIDOClientMain mainApp)
          constructs the panel and stores the reference for the main application and initializes the panel
UserInfo(WSIDOClientMain mainApp, StandardUser user)
          constructs the window and stores the reference for the main application and initializes the window
 

Uses of WSIDOClientMain in client
 

Methods in client with parameters of type WSIDOClientMain
 void WSIDOClientImpl.setMainApp(WSIDOClientMain mainApp)
          allows to change the main application