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
Modifier and TypeClassDescriptionstatic enum
Defines how much dirty is project. -
Method Summary
Modifier and TypeMethodDescriptionboolean
isDirty
(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. IndividualPresentationElement
is not tracked, itsDiagramPresentationElement
is used instead.- Parameters:
element
- element- Returns:
- true if element is dirty
-