Uses of Class
xdat.Session

Packages that use Session
xdat   
 

Uses of Session in xdat
 

Fields in xdat declared as Session
private  Session Main.currentSession
          The current session containing all relevant info in the memory.
 

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.