Class RemovePropertyChange
java.lang.Object
com.inductiveautomation.perspective.common.messages.property.ComponentsPropertyChange
com.inductiveautomation.perspective.common.messages.property.RemovePropertyChange
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class com.inductiveautomation.perspective.common.messages.property.ComponentsPropertyChange
componentIndexPaths, scope
-
Constructor Summary
ConstructorsConstructorDescriptionRemovePropertyChange
(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
-
index
public int index
-
-
Constructor Details
-
RemovePropertyChange
public RemovePropertyChange(List<String> componentIndexPaths, PropertyType scope, String pathToParent, String name) -
RemovePropertyChange
public RemovePropertyChange(List<String> componentIndexPaths, PropertyType scope, String pathToParent, int index)
-