Uses of Class
ccs.cpc.impl.ArchLoadData

Packages that use ArchLoadData
ccs.cpc.impl   
 

Uses of ArchLoadData in ccs.cpc.impl
 

Subclasses of ArchLoadData in ccs.cpc.impl
 class ArchCreateData
          Extra data required to create an archive.
 class CDBCreateData
          Extra data to create a CDB, beyond that needed to load a pre-existing one.
 class CDBLoadData
          Data to load CDBs, on top of that needed to load ordinary archives.
 

Methods in ccs.cpc.impl with parameters of type ArchLoadData
(package private)  void ArchLogic.getArchFile(ArchLoadData ald, BrowserLogic bl)
          Return the location of the new or current archive.
(package private)  void ArchLogic.getArchPassword(ArchLoadData ald)
          Obtain the user's attempt at a password.
(package private)  void ArchLogic.openArchive(ArchLoadData ald, BrowserLogic bl)
          Open the archive represented by the specified data, in the specified browser.
 

Constructors in ccs.cpc.impl with parameters of type ArchLoadData
ArchVDevice(CpcImpl cpc, ArchLoadData ald)