Uses of Class
standup.clouds.CloudDialog

Packages that use CloudDialog
standup.clouds This package provides the implementation for the STANDUP user interface. 
 

Uses of CloudDialog in standup.clouds
 

Fields in standup.clouds declared as CloudDialog
(package private)  CloudDialog ScannerMyDialog.lafferty
           
private  CloudDialog CloudFrontend.myDialog
           
 

Methods in standup.clouds that return CloudDialog
 CloudDialog CloudFrontend.getMyDialog()
           
 

Methods in standup.clouds with parameters of type CloudDialog
 void CloudFrontend.setMyDialog(CloudDialog myd)
           
 

Constructors in standup.clouds with parameters of type CloudDialog
ScannerMyDialog(CloudDialog _mockup, int id, int _del)