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 SummaryNested Classes Modifier and Type Class Description static classRemovePropertyChange.StandardGsonAdapter
 - 
Field SummaryFields Modifier and Type Field Description intindexjava.lang.Stringnamejava.lang.StringpathToParent- 
Fields inherited from class com.inductiveautomation.perspective.common.messages.property.ComponentsPropertyChangecomponentIndexPaths, scope
 
- 
 - 
Constructor SummaryConstructors 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- 
RemovePropertyChangepublic RemovePropertyChange(java.util.List<java.lang.String> componentIndexPaths, PropertyType scope, java.lang.String pathToParent, java.lang.String name)
 - 
RemovePropertyChangepublic RemovePropertyChange(java.util.List<java.lang.String> componentIndexPaths, PropertyType scope, java.lang.String pathToParent, int index)
 
- 
 
-