Class RenamePropertyChange

    • Constructor Summary

      Constructors 
      Constructor Description
      RenamePropertyChange​(java.util.List<java.lang.String> componentIndexPaths, PropertyType scope, java.lang.String pathToParent, java.lang.String oldName, java.lang.String newName)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • pathToParent

        public java.lang.String pathToParent
      • oldName

        public java.lang.String oldName
      • newName

        public java.lang.String newName
    • Constructor Detail

      • RenamePropertyChange

        public RenamePropertyChange​(java.util.List<java.lang.String> componentIndexPaths,
                                    PropertyType scope,
                                    java.lang.String pathToParent,
                                    java.lang.String oldName,
                                    java.lang.String newName)