|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.izforge.izpack.installer.InstallerBase
com.izforge.izpack.installer.GUIInstaller
The IzPack graphical installer class.
Nested Class Summary | |
(package private) class |
GUIInstaller.FlagRenderer
A list cell renderer that adds the flags on the display. |
(package private) class |
GUIInstaller.LanguageDialog
Used to prompt the user for the language. |
Field Summary | |
private InstallData |
installdata
The installation data. |
protected java.lang.String |
lnf
The L&F. |
Constructor Summary | |
GUIInstaller()
The constructor. |
Method Summary | |
private void |
checkJavaVersion()
Checks the Java version. |
private java.util.ArrayList |
getAvailableLangPacks()
Returns an ArrayList of the available langpacks ISO3 codes. |
private void |
loadGUI()
Loads the GUI. |
void |
loadGUIInstallData()
Load GUI preference information. |
private void |
loadLangPack()
Loads the suitable langpack. |
protected void |
loadLookAndFeel()
Loads the suitable L&F. |
Methods inherited from class com.izforge.izpack.installer.InstallerBase |
loadInstallData |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private InstallData installdata
protected java.lang.String lnf
Constructor Detail |
public GUIInstaller() throws java.lang.Exception
java.lang.Exception
- Description of the ExceptionMethod Detail |
public void loadGUIInstallData() throws java.lang.Exception
java.lang.Exception
private void checkJavaVersion() throws java.lang.Exception
java.lang.Exception
- Description of the Exceptionprivate void loadLangPack() throws java.lang.Exception
java.lang.Exception
- Description of the Exceptionprivate java.util.ArrayList getAvailableLangPacks() throws java.lang.Exception
java.lang.Exception
- Description of the Exceptionprotected void loadLookAndFeel() throws java.lang.Exception
java.lang.Exception
- Description of the Exceptionprivate void loadGUI() throws java.lang.Exception
java.lang.Exception
- Description of the Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |