Class RemovePropertyChange
java.lang.Object
com.inductiveautomation.perspective.common.messages.property.ComponentsPropertyChange
com.inductiveautomation.perspective.common.messages.property.RemovePropertyChange
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsFields inherited from class com.inductiveautomation.perspective.common.messages.property.ComponentsPropertyChangecomponentIndexPaths, scope
- 
Constructor SummaryConstructorsConstructorDescriptionRemovePropertyChange(List<String> componentIndexPaths, PropertyType scope, String pathToParent, int index) RemovePropertyChange(List<String> componentIndexPaths, PropertyType scope, String pathToParent, String name) 
- 
Method Summary
- 
Field Details- 
pathToParent
- 
name
- 
indexpublic int index
 
- 
- 
Constructor Details- 
RemovePropertyChangepublic RemovePropertyChange(List<String> componentIndexPaths, PropertyType scope, String pathToParent, String name) 
- 
RemovePropertyChangepublic RemovePropertyChange(List<String> componentIndexPaths, PropertyType scope, String pathToParent, int index) 
 
-