The Essential JViews Framework > Introducing ILOG JViews Framework > A Basic Graphics Application Model

To use ILOG JViews effectively, you need to understand how to use ILOG JViews Framework, and to use the Framework, you need to understand the basic object model, that is, the core Java objects and their relationships to each other.

A basic graphics application needs just a few parts:

In the ILOG JViews world, we formally refer to these parts as IlvGraphic, IlvManager, and IlvManagerView objects, respectively. Their organization is shown in Figure 1.1.

images/Fig1-2online.gif

Figure 1.1 Basic ILOG JViews Classes

Figure 1.2 shows the same classes represented as a UML class diagram.

images/fwess_manager1.png

Figure 1.2 Basic Classesas UML Class Diagram

The basic ILOG JViews classes are described further in: