Uses of Package
com.glaivestone.mv

Packages that use com.glaivestone.mv
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. 
com.glaivestone.toolbox.mv.text Simple text windows. 
com.glaivestone.toolbox.mv.text.swing Swing views for the simple text windows. 
 

Classes in com.glaivestone.mv used by com.glaivestone.mv
AbstractValueHolder
          Abstract superclass for typed implementations of models which hold an observed value.
ApplicationModel
          ApplicationModel is the root of the model-view framework for implementing UI applications which follow the design pattern of separating state and logic from presentation rendering.
BasicSessionControlPolicy
          A basic session control policy which does nothing.
SessionControlPolicy
          A SessionControlPolicy is used to manage an application session.
ValueHolder
          A value holder which contains an observed Object value.
WindowEventAdaptor
          Default event listener adapter for receiving winoow life cycle events.
WindowEventListener
          Listener interface for receiving window life-cycle event notifications.
 

Classes in com.glaivestone.mv used by com.glaivestone.mv.swing
ApplicationView
          The ApplicationView interface is supported by windows which implement a view on an application model.
UISessionManager
          A UISessionManager should be installed as the current session manager for an application with UI elements.
 

Classes in com.glaivestone.mv used by com.glaivestone.toolbox.mv.text
ApplicationModel
          ApplicationModel is the root of the model-view framework for implementing UI applications which follow the design pattern of separating state and logic from presentation rendering.
FrameWindowApplicationModel
          An application model which supports frame window views.
WindowEventAdaptor
          Default event listener adapter for receiving winoow life cycle events.
WindowEventListener
          Listener interface for receiving window life-cycle event notifications.
 

Classes in com.glaivestone.mv used by com.glaivestone.toolbox.mv.text.swing
ApplicationView
          The ApplicationView interface is supported by windows which implement a view on an application model.
 


GFL 1.1 API