Uses of Class
com.glaivestone.mv.ApplicationModel

Packages that use ApplicationModel
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 ApplicationModel in com.glaivestone.mv
 

Subclasses of ApplicationModel in com.glaivestone.mv
 class DialogApplicationModel
          An application model which supports dialog views.
 class FrameWindowApplicationModel
          An application model which supports frame window views.
 

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

Subclasses of ApplicationModel in com.glaivestone.toolbox.mv.text
 class BasicTextWindow
          Abstract superclass for text window implementations which provide a view on text.
 class SessionTextLogWindow
          A simple text window containing plain (unstyled) text which installs itself in the standard system output streams to provide a session log window view on the console output.
 class TextLogWindow
          A simple text log window containing plain (unstyled) text.
 class TextWindow
          A simple text window containing plain (unstyled) text.
 


GFL 1.1 API