Uses of Class
org.jdesktop.application.SessionStorage

Packages that use SessionStorage
org.jdesktop.application   
 

Uses of SessionStorage in org.jdesktop.application
 

Methods in org.jdesktop.application that return SessionStorage
 SessionStorage ApplicationContext.getSessionStorage()
          The shared SessionStorage object.
 

Methods in org.jdesktop.application with parameters of type SessionStorage
protected  void ApplicationContext.setSessionStorage(SessionStorage sessionStorage)
          The shared SessionStorage object.