Uses of Class
com.glaivestone.mv.WindowEventAdaptor

Packages that use WindowEventAdaptor
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.toolbox.mv.text Simple text windows. 
 

Uses of WindowEventAdaptor in com.glaivestone.mv
 

Subclasses of WindowEventAdaptor in com.glaivestone.mv
 class BasicSessionControlPolicy
          A basic session control policy which does nothing.
 class MasterWindowSessionControlPolicy
          A session control policy for an application session which is controlled by a single master window and terminated when the controlling master window is closed.
 class MultipleWindowsSessionControlPolicy
          A session control policy for an application session which allows multiple top-level main windows and which is terminated when the last main window is closed.
 

Uses of WindowEventAdaptor in com.glaivestone.toolbox.mv.text
 

Subclasses of WindowEventAdaptor in com.glaivestone.toolbox.mv.text
 class SessionStreamWindowController
          Installed on a window used as the system output or error stream.
 


GFL 1.1 API