FileDocCategorySizeDatePackage
UIInstanceFactory.javaAPI DocAzureus 3.0.3.41651Thu Feb 09 19:42:46 GMT 2006org.gudy.azureus2.plugins.ui

UIInstanceFactory

public interface UIInstanceFactory

Fields Summary
Constructors Summary
Methods Summary
public voiddetach()
This method will be called by the UI manager when detaching the UI to permit the action to be vetoed/any detach logic to occur. It should not be directly called by the plugin code

public UIInstancegetInstance(org.gudy.azureus2.plugins.PluginInterface plugin_interface)
Some UI instances need to understand which plugin they are associated with. This method gives the opportunity to customise the UIInstance returned to a plugin so that operations on it can take the appropriate actions