Class StateChangeHandler


  • @OpenApi
    public class StateChangeHandler
    extends java.lang.Object
    Class handling state changes in model and symbols.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  StateChangeHandler.DirtyType
      Defines how much dirty is project.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isDirty​(BaseElement element)
      Returns true if given element has been modified and is not yet saved.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • isDirty

        @OpenApi
        public boolean isDirty​(BaseElement element)
        Returns true if given element has been modified and is not yet saved.
        Parameters:
        element - element
        Returns:
        true if element is dirty