Class RemovePropertyChange
- java.lang.Object
 - 
- com.inductiveautomation.perspective.common.messages.property.ComponentsPropertyChange
 - 
- com.inductiveautomation.perspective.common.messages.property.RemovePropertyChange
 
 
 
- 
public class RemovePropertyChange extends ComponentsPropertyChange
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRemovePropertyChange.StandardGsonAdapter 
- 
Field Summary
Fields Modifier and Type Field Description intindexjava.lang.Stringnamejava.lang.StringpathToParent- 
Fields inherited from class com.inductiveautomation.perspective.common.messages.property.ComponentsPropertyChange
componentIndexPaths, scope 
 - 
 
- 
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) 
 - 
 
- 
- 
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) 
 - 
 
 -