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

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

public class GUIInstallDataProvider
extends AbstractInstallDataProvider

Provide installData for GUI : Load install data with l&f and GUIPrefs


Field Summary
static String MODIFIER_LABEL_FONT_SIZE
           
static String MODIFIER_USE_BUTTON_ICONS
           
static String MODIFIER_USE_LABEL_ICONS
           
 
Constructor Summary
GUIInstallDataProvider()
           
 
Method Summary
protected  void loadLookAndFeel(GUIInstallData installData)
          Loads the suitable L&F.
 GUIInstallData provide(Resources resources, Locales locales, DefaultVariables variables, Housekeeper housekeeper, PlatformModelMatcher matcher)
           
 
Methods inherited from class com.izforge.izpack.installer.container.provider.AbstractInstallDataProvider
addCustomLangpack, loadDefaultLocale, loadDynamicConditions, loadDynamicVariables, loadInstallData, loadInstallerRequirements, setStandardVariables
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODIFIER_USE_BUTTON_ICONS

public static final String MODIFIER_USE_BUTTON_ICONS
See Also:
Constant Field Values

MODIFIER_USE_LABEL_ICONS

public static final String MODIFIER_USE_LABEL_ICONS
See Also:
Constant Field Values

MODIFIER_LABEL_FONT_SIZE

public static final String MODIFIER_LABEL_FONT_SIZE
See Also:
Constant Field Values
Constructor Detail

GUIInstallDataProvider

public GUIInstallDataProvider()
Method Detail

provide

public GUIInstallData provide(Resources resources,
                              Locales locales,
                              DefaultVariables variables,
                              Housekeeper housekeeper,
                              PlatformModelMatcher matcher)
                       throws Exception
Throws:
Exception

loadLookAndFeel

protected void loadLookAndFeel(GUIInstallData installData)
                        throws Exception
Loads the suitable L&F.

Parameters:
installData - the installation data
Throws:
Exception - Description of the Exception


Copyright © 2018. All rights reserved.