The entire application model is ready to use the Document-View model, here to borrow the concept of MFC.
Define document Document to represent documents. Define the view class View for displaying a document. Framework Frame can be implemented with SWING or SWT.
Therefore, Jexi is similar to the MVC structure of the MFC program.