Package kaapo.projectmanager

This package contains the classes GUI uses to hold and edit the project and manage the undo history, in other words the projectmanager subsystem.

See:
          Description

Class Summary
ProjectManager Class that holds reference to the open project.
Selection A Selection keeps track of the selected DiagramComponentWrappers.
 

Enum Summary
ProjectManager.ObservableMessage  
 

Package kaapo.projectmanager Description

This package contains the classes GUI uses to hold and edit the project and manage the undo history, in other words the projectmanager subsystem. It hides the details of project editing from GUI to keep it simple and more extendable.