Class RemovePropertyChange

    • Constructor Summary

      Constructors 
      Constructor Description
      RemovePropertyChange​(java.util.List<java.lang.String> componentIndexPaths, PropertyType scope, java.lang.String pathToParent, int index)  
      RemovePropertyChange​(java.util.List<java.lang.String> componentIndexPaths, PropertyType scope, java.lang.String pathToParent, java.lang.String name)  
    • 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
      • name

        public java.lang.String name
      • index

        public int index
    • Constructor Detail

      • RemovePropertyChange

        public RemovePropertyChange​(java.util.List<java.lang.String> componentIndexPaths,
                                    PropertyType scope,
                                    java.lang.String pathToParent,
                                    java.lang.String name)
      • RemovePropertyChange

        public RemovePropertyChange​(java.util.List<java.lang.String> componentIndexPaths,
                                    PropertyType scope,
                                    java.lang.String pathToParent,
                                    int index)