Uses of Class
com.glaivestone.javax.execution.SessionManager

Packages that use SessionManager
com.glaivestone.mv Provides a simple framework for building applications following the model-view design pattern of separating UI and presentation (view) from fundamental application state and logic (model). 
com.glaivestone.mv.swing Provides Swing views, data models, and services for the Glaivestone MV model-view application framework. 
 

Uses of SessionManager in com.glaivestone.mv
 

Subclasses of SessionManager in com.glaivestone.mv
 class UISessionManager
          A UISessionManager should be installed as the current session manager for an application with UI elements.
 

Uses of SessionManager in com.glaivestone.mv.swing
 

Subclasses of SessionManager in com.glaivestone.mv.swing
 class SwingUISessionManager
          A SwingUISessionManager should be installed as the current session manager for an application using Swing UI elements.
 


GFL 1.1 API