Uses of Class
nan.view.WaitDialog

Packages that use WaitDialog
nan.model   
nan.nntp   
nan.tools   
 

Uses of WaitDialog in nan.model
 

Methods in nan.model with parameters of type WaitDialog
 void Settings.setWaitDialog(WaitDialog dialog)
          Sets the wait dialog for the available background task.
 

Uses of WaitDialog in nan.nntp
 

Methods in nan.nntp with parameters of type WaitDialog
 void NNTPClientImpl.setWaitDialog(WaitDialog dialog)
          Sets the wait dialog that is waiting on a task to finish.
 

Uses of WaitDialog in nan.tools
 

Methods in nan.tools with parameters of type WaitDialog
 void BackgroundReader.setWaitDialog(WaitDialog dialog)
          Sets the wait dialog for this task.
 

Constructors in nan.tools with parameters of type WaitDialog
BackgroundNewsgroupListDownloader(WaitDialog dialog, NNTPClient client)
          Creates a new ReadNewsgroupsThread object.
BackgroundNewsgroupDownloader(NNTPClient client, WaitDialog dialog, Newsgroup newsgroup, MessageTree tree)
          Creates a new BackgroundNewsgroupDownloader object.
BackgroundConnectThread(ServerSettings settings, NNTPClient client, WaitDialog dialog)
          Creates a new BackgroundConnectThread object.
BackgroundCacheReader(java.io.File directory, Newsgroup newsgroup, MessageTree tree, WaitDialog dialog)
          Creates a new BackgroundCacheReader object.
BackgroundCacheDownloader(View waiter, Newsgroup newsgroup, NNTPClient client, WaitDialog dialog)
          Creates a new BackgroundCacheDownloader object.