Uses of Class
addbk.JAddressBook.AddressDataBase

Packages that use AddressDataBase
addbk.JAddressBook   
addbk.JAddressBook.dataMining   
addbk.print   
net.web   
xml.html   
 

Uses of AddressDataBase in addbk.JAddressBook
 

Methods in addbk.JAddressBook that return AddressDataBase
static AddressDataBase AddressDataBase.restore()
           
 

Uses of AddressDataBase in addbk.JAddressBook.dataMining
 

Fields in addbk.JAddressBook.dataMining declared as AddressDataBase
static AddressDataBase AddressUrlUtils.abd
           
static AddressDataBase LawyerSearchUtils.abd
           
 

Methods in addbk.JAddressBook.dataMining with parameters of type AddressDataBase
static void SearchTest.addLawyers(AddressDataBase adb)
           
 

Uses of AddressDataBase in addbk.print
 

Methods in addbk.print with parameters of type AddressDataBase
 void LabelPrinter.print(AddressDataBase db, java.awt.print.PrinterJob pj)
           
 

Constructors in addbk.print with parameters of type AddressDataBase
LabelPrinter(AddressDataBase db, java.awt.Font f)
           
PrintableLabel(AddressDataBase adb, java.awt.Font font)
           
 

Uses of AddressDataBase in net.web
 

Methods in net.web with parameters of type AddressDataBase
static void DataMineCTC.parseHtml(java.lang.String html, AddressDataBase adb)
           
 

Uses of AddressDataBase in xml.html
 

Methods in xml.html that return AddressDataBase
 AddressDataBase HtmlDocumentHandler.getAddressDataBase()
           
static AddressDataBase Html2AddressBook.read(java.io.InputStream inputStream)