Uses of Class
core.prefs.Prefs

Packages that use Prefs
gui   
network   
 

Uses of Prefs in gui
 

Constructors in gui with parameters of type Prefs
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.
PreferencesBox(Prefs prefs)
           
SignInBox(Prefs prefs)
           
 

Uses of Prefs in network
 

Methods in network that return Prefs
 Prefs Network.getPrefs()
           
 

Constructors in network with parameters of type Prefs
Network(java.lang.String ownVirtualAddress, Prefs prefs, java.util.Vector channelListeners)
          Create a new Network with no neighbors and a server that listens for connections.