com.webrenderer.swing.applet
Interface IAppletLoadingPanelFactory


public interface IAppletLoadingPanelFactory

Allows changing of the applet loading panel. Create a class that implements this interface and call BrowserFactory.setAppletLoadingPanelFactory().

See Also:
IAppletLoadingPanel, BrowserFactory.setAppletLoadingPanelFactory(IAppletLoadingPanelFactory)

Method Summary
 IAppletLoadingPanel createNewAppletLoadingPanel()
          Create an instance of an IAppletLoadingPanel.
 

Method Detail

createNewAppletLoadingPanel

IAppletLoadingPanel createNewAppletLoadingPanel()
Create an instance of an IAppletLoadingPanel.