Uses of Class
ccs.cpc.impl.Model

Packages that use Model
ccs.cpc.impl   
 

Uses of Model in ccs.cpc.impl
 

Fields in ccs.cpc.impl declared as Model
(package private)  Model BrowserLogic.m
           
(package private)  Model CpcImpl.m
           
(package private)  Model MainLogic.m
           
protected  Model RecurserThread.mm
           
 

Methods in ccs.cpc.impl with parameters of type Model
(package private)  void DeviceRecurserThread.setup(VFileProcessor vfp, java.lang.StringBuffer sb, int prefixlen, Model m)
           
(package private)  void RecurserThread.setup(VFile dir, VFile[] contents, VFileProcessor vfp, java.lang.StringBuffer sb, int prefixlen, Model m)
           
 

Constructors in ccs.cpc.impl with parameters of type Model
BrowserModel(BrowserLogic bl, Model m)