public class ContactParser extends javax.swing.SwingWorker<java.util.ArrayList<Contact>,java.lang.Void>
| Modifier and Type | Class and Description |
|---|---|
static class |
ContactParser.ContactType
Types of parseable file formats
|
| Constructor and Description |
|---|
ContactParser(java.io.File file,
ContactParser.ContactType type)
Creates new ContactParser.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.ArrayList<Contact> |
doInBackground() |
public ContactParser(java.io.File file,
ContactParser.ContactType type)
file - File to parse.type - Which program was used to save the file.