com.izforge.izpack.installer.container.provider
Class IzPanelsProvider

java.lang.Object
  extended by com.izforge.izpack.installer.container.provider.PanelsProvider
      extended by com.izforge.izpack.installer.container.provider.IzPanelsProvider
All Implemented Interfaces:
org.picocontainer.injectors.Provider

public class IzPanelsProvider
extends PanelsProvider

Provider of IzPanels.

Author:
Tim Anderson

Constructor Summary
IzPanelsProvider()
           
 
Method Summary
 IzPanels provide(ObjectFactory factory, InstallerContainer container, GUIInstallData installData, PlatformModelMatcher matcher)
          Creates the panels.
 
Methods inherited from class com.izforge.izpack.installer.container.provider.PanelsProvider
prepare
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IzPanelsProvider

public IzPanelsProvider()
Method Detail

provide

public IzPanels provide(ObjectFactory factory,
                        InstallerContainer container,
                        GUIInstallData installData,
                        PlatformModelMatcher matcher)
Creates the panels.

This invokes any pre-construction actions associated with them.

Parameters:
factory - the factory for constructing panels
container - the installer container
installData - the installation data
matcher - the platform-model matcher
Throws:
IzPackException - if a panel doesn't have unique identifier


Copyright © 2018. All rights reserved.