| |
|
| java.lang.Object com.izforge.izpack.installer.InstallerBase com.izforge.izpack.installer.GUIInstaller
GUIInstaller | public class GUIInstaller extends InstallerBase (Code) | | The IzPack graphical installer class.
author: Julien Ponge |
Method Summary | |
protected String | getLangType() Returns the type in which the language should be displayed in the language selction dialog. | public void | loadGUIInstallData() Load GUI preference information. | protected void | loadLookAndFeel() Loads the suitable L&F. | protected boolean | useFlags() Returns whether flags should be used in the language selection dialog or not. |
GUIInstaller | public GUIInstaller() throws Exception(Code) | | The constructor.
exception: Exception - Description of the Exception |
getLangType | protected String getLangType()(Code) | | Returns the type in which the language should be displayed in the language selction dialog.
Possible are "iso3", "native" and "usingDefault".
language display type |
loadGUIInstallData | public void loadGUIInstallData() throws Exception(Code) | | Load GUI preference information.
throws: Exception - |
loadLookAndFeel | protected void loadLookAndFeel() throws Exception(Code) | | Loads the suitable L&F.
exception: Exception - Description of the Exception |
useFlags | protected boolean useFlags()(Code) | | Returns whether flags should be used in the language selection dialog or not.
whether flags should be used in the language selection dialog or not |
Fields inherited from com.izforge.izpack.installer.InstallerBase | final protected static String LANG_FILE_NAME(Code)(Java Doc)
|
|
|
|