Uses of Class
xdat.Session

Packages that use Session
xdat   
 

Uses of Session in xdat
 

Methods in xdat that return Session
 Session Main.getCurrentSession()
          Gets the current session.
static Session Session.readFromFile(Main mainWindow, java.lang.String pathToFile)
          Read from file.
 

Methods in xdat with parameters of type Session
 void Main.setCurrentSession(Session currentSession)
          Sets the current session.