Class DesignerContextProxy

java.lang.Object
com.inductiveautomation.ignition.designer.DesignerContextProxy
All Implemented Interfaces:
ClientContext, CommonContext, DesignerContext

public class DesignerContextProxy extends Object implements DesignerContext
This is used for parts of the designer that hold onto a DesignerContext, even though every time you load a project a new designer context is made. So, this context can be permanent, and we just switch out the inner context delegate.