Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package samples.swing.timesheet.view

An example using active models (BasicModels) that include submodels.

See:
          Description

Class Summary
MainView The main view for the application
PersonView The Model, rather than view model part of the timesheet application.
TimesheetView The view for the timesheet itself.
 

Package samples.swing.timesheet.view Description

An example using active models (BasicModels) that include submodels.

The ActivesubmodelModel

Based on samples.swing.activemodel.ActivemodelModel, this BasicModel includes a Timesheet model into which a number of Work models can be added. The work models can then be activated to indicate an individuals work on a project. This example demonstrates non-user intervention in updating models, as well as dynamic calculated fields.

This example also split the various elements into sub-packages, view models are in the view package as they are allied to that view. The aim here is that in future the view package will contain both servlet and swing views.