Provide an interface that enables plugins to add Transformers to the DeobfuscationWindow
Assuming that the current manual loading of the transformer into the DeobfuscationWindow remains unchanged, provide an interface for the Plugin to add a new transformer.
In this way, the existing transformer can be reused through a plugin as an adapter, eliminating the need to re-transplant the existing transformer.