|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.claudio.contactdb.ContactDB
public class ContactDB
This application collects messages from different communication channels like Mail, different Instant Messenger clients etc. and groups them so that the conversation with a person can be looked at.
Chronical view has on the left a time line. Next to it there can be messages or pictures. A "fuzzy" line indicates to which time range the picture/message belongs.
The range of the timeline can be varied by zooming in and out and scrolling around.
Filters allow to limit the displayed data to everything belonging to a person.
For the GUI: Make expensive paint operations so, that they detect if further update requests are pending, and then abort.
| Constructor Summary | |
|---|---|
ContactDB()
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
Standard main method. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ContactDB()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
args - not used.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||