|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The address book interface. The address book should countain user records in some data structure that can then be easily converted into a modifiable DOM structure.
| Method Summary | |
int |
entryCount()
|
java.util.Hashtable |
getContacts()
|
void |
loadAddressBook()
Gets the address book from some, possibly protocol dependent storage. |
void |
saveAddressBook()
Save the address book. |
java.util.Hashtable |
searchInfo(java.lang.String _search,
java.lang.String _field)
Searches the address book for some info and returns the users that match. |
| Methods inherited from interface fi.hut.tml.xsmiles.comm.events.CommEventSender |
addEventListener, dispatchEvent, removeEventListener |
| Method Detail |
public void loadAddressBook()
public void saveAddressBook()
public java.util.Hashtable searchInfo(java.lang.String _search,
java.lang.String _field)
_search - What to search_field - The target field of the search
public java.util.Hashtable getContacts()
public int entryCount()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||