Package com.nomagic.magicdraw.utils
Class StateChangeHandler
java.lang.Object
com.nomagic.magicdraw.utils.StateChangeHandler
Class handling state changes in model and symbols.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumDefines how much dirty is project. -
Method Summary
Modifier and TypeMethodDescriptionbooleanisDirty(BaseElement element) Returns true if given element has been modified and is not yet saved.
-
Method Details
-
isDirty
Returns true if given element has been modified and is not yet saved. IndividualPresentationElementis not tracked, itsDiagramPresentationElementis used instead.- Parameters:
element- element- Returns:
- true if element is dirty
-