org.argouml.uml
Class UMLChangeRegistry

java.lang.Object
  |
  +--org.argouml.util.ChangeRegistry
        |
        +--org.argouml.uml.UMLChangeRegistry

public class UMLChangeRegistry
extends ChangeRegistry

This class holds the information about the saving state of the current UML project. The state is changed by every change made either to the model or to its diagrams.

See Also:
Project, ChangeRegistry

Field Summary
 
Fields inherited from class org.argouml.util.ChangeRegistry
changeFlag
 
Constructor Summary
UMLChangeRegistry()
           
 
Method Summary
 void listRoleItemSet(MElementEvent mee)
           
 void propertySet(MElementEvent mee)
           
 void recovered(MElementEvent mee)
           
 void removed(MElementEvent mee)
           
 void roleAdded(MElementEvent mee)
           
 void roleRemoved(MElementEvent mee)
           
 
Methods inherited from class org.argouml.util.ChangeRegistry
edgeAdded, edgeRemoved, graphChanged, hasChanged, nodeAdded, nodeRemoved, setChangeFlag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UMLChangeRegistry

public UMLChangeRegistry()
Method Detail

propertySet

public void propertySet(MElementEvent mee)

listRoleItemSet

public void listRoleItemSet(MElementEvent mee)

recovered

public void recovered(MElementEvent mee)

removed

public void removed(MElementEvent mee)

roleAdded

public void roleAdded(MElementEvent mee)

roleRemoved

public void roleRemoved(MElementEvent mee)


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