Uses of Class
core.Contact

Packages that use Contact
core   
core.events   
gui   
 

Uses of Contact in core
 

Methods in core that return Contact
 Contact ContactList.getContact(java.lang.String address)
          Looks up a Contact in the ContactList by its virtual address.
 

Methods in core with parameters of type Contact
 boolean PresenceManager.subscribe(Contact from)
          Sends a subscription request to the Contact specified.
 boolean PresenceManager.accept(Contact contact)
          Accepts a subscription request contact the Contact.
 boolean PresenceManager.deny(Contact contact)
          Denies a subscription request contact the Contact.
 void PresenceManager.remove(Contact contact)
           
 void PresenceManager.block(Contact contact)
           
 void SearchList.ResultList.addElement(Contact contact)
           
 void SearchList.ResultList.insertElementAt(Contact contact, int index)
           
 void SearchList.ResultList.add(int index, Contact contact)
           
 

Constructors in core with parameters of type Contact
PresenceManager(ContactList contactList, Contact me)
           
 

Uses of Contact in core.events
 

Methods in core.events that return Contact
 Contact AddContactEvent.getContact()
           
 Contact ChatBoxEvent.getYou()
           
 Contact ContactRemovedEvent.getContact()
           
 Contact SignInEvent.getMe()
           
 Contact SubscriptionEvent.getContact()
           
 

Constructors in core.events with parameters of type Contact
AddContactEvent(java.lang.Object source, Contact bud)
           
ChatBoxEvent(java.lang.Object source, Contact you)
           
ContactRemovedEvent(java.lang.Object source, Contact contact)
           
SignInEvent(java.lang.Object source, Contact me)
           
SubscriptionEvent(java.lang.Object source, Contact contact)
           
 

Uses of Contact in gui
 

Constructors in gui with parameters of type Contact
AddContactBox(Prefs prefs, Contact me)
          The constructor for the box itself.
ChatBox(Contact me, Contact you, java.awt.Point location, Prefs prefs, java.security.PrivateKey myKey)
          Main constructor
ContactListBox(java.lang.String title, Contact me, Prefs prefs)
          Creates a new ContactListBox instance, loads our contact list, and displays it on screen.
InfoBox(Contact user, boolean editable)
          This is the constructor used to take input from the user.
PresenceBox(Contact newContact, PresenceManager presence)
          Creates a new presence box that will prompt the user as to whether or not they want to send presence updates to this perticular VA.