Table of Contents
This tutorial provides Java Application Programmers exposure to
some design concepts in the Tensegrity Graph Framework. Specifically, we now give you
important information about the Model-View-Controller (MVC) Pattern and how this
pattern implementation supports the relationship between a Graph
and a VisualGraph.
The table below gives you some important information about this tutorial.
Table 4.1. Tutorial Aspects
| Tutorial Aspect | Tutorial Description |
|---|---|
| Approximate Duration | 15 Minutes |
| Expected Outcome |
An understanding of the relationship between a Graph
and a VisualGraph.
This example gives the Java Application Programmer
an initial exposure to a controller and how it coordinates and decouples
the communication between the aforementioned classes.
|
| Source Files | The tutorial examples come with two source packages containing the java and configuration files needed to compile and run them. These are “com.tensegrity.firststeps.mvc” and “com.tensegrity.firststeps.swt.mvc” respectively for the AWT/Swing-based and SWT-based examples. |
| Creating Files | Not applicable in this tutorial |
| Modifying Files | Not applicable in this tutorial |
© 2004, 2005 Tensegrity Software GmbH