Class GlobalComponentChangeSupport
java.lang.Object
com.inductiveautomation.factorypmi.application.model.GlobalComponentChangeSupport
- 
Method SummaryModifier and TypeMethodDescriptionvoidfireNameChange(Component source, String oldName, String newName) Deprecated.voidfirePropertyChange(Component source, String propertyName, Object oldVal, Object newVal) Uses reflection to fire a property change on another component.static GlobalComponentChangeSupport
- 
Method Details- 
getInstance
- 
fireNameChangeDeprecated.Not needed anymore - the component's natural name change suffices. Delete references as they are found.
- 
firePropertyChangeUses reflection to fire a property change on another component.
 
-