Uses of Class
frog.Session

Packages that use Session
frog   
frog.gui   
 

Uses of Session in frog
 

Methods in frog that return Session
static Session Frog.newSession()
          Creates a new Session.
 

Methods in frog with parameters of type Session
static void Log.out(Session source, String message)
          Attempts to log data to the text file and/or the JTextArea associated with this Log.
 

Uses of Session in frog.gui
 

Methods in frog.gui that return Session
 Session User.getSession()
          Returns the Session currently associated with this user.
 

Methods in frog.gui with parameters of type Session
 void User.setSession(Session s)
          Sets the Session for the User.
 void GestureGridPanel.setSession(Session s)
          Clears out all the old panels, if there were any, and replaces them with the gestures of this new session.
 

Constructors in frog.gui with parameters of type Session
GestureEditDialog(Session s, int index)
          Creates a new GestureEditDialog.
GestureGridPanel(Session s)
          Given a Session, set up a GestureGridPanel already containing all the sets.