Uses of Class
org.argouml.util.ChangeRegistry

Packages that use ChangeRegistry
org.argouml.kernel Contains support for 'history', predicates, delayed change event handling, + ProjectManager & ProjectMember, Wizard. 
org.argouml.ui contains many user interface related classes, such as the ProjectBrowser, actions, stylepanels etc. 
org.argouml.uml This package contains some support for TableModels, Profiles, PropPanel Events (UMLChangeRegistry), ProjectMemberModel. 
 

Uses of ChangeRegistry in org.argouml.kernel
 

Fields in org.argouml.kernel declared as ChangeRegistry
protected  ChangeRegistry Project._saveRegistry
           
 

Methods in org.argouml.kernel that return ChangeRegistry
 ChangeRegistry Project.getSaveRegistry()
          Returns the saveRegistry.
 

Methods in org.argouml.kernel with parameters of type ChangeRegistry
 void Project.setSaveRegistry(ChangeRegistry saveRegistry)
          Sets the saveRegistry.
 

Uses of ChangeRegistry in org.argouml.ui
 

Methods in org.argouml.ui with parameters of type ChangeRegistry
 void ArgoDiagram.addChangeRegistryAsListener(ChangeRegistry change)
           
 void ArgoDiagram.removeChangeRegistryAsListener(ChangeRegistry change)
           
 

Uses of ChangeRegistry in org.argouml.uml
 

Subclasses of ChangeRegistry in org.argouml.uml
 class UMLChangeRegistry
          This class holds the information about the saving state of the current UML project.
 



ArgoUML © 1996-2003 (20030829)ArgoUML Project HomeArgoUML Cookbook