| |
|
| java.lang.Object com.memoire.vainstall.VAGlobals
VAGlobals | public class VAGlobals (Code) | | version: $Id: VAGlobals.java,v 1.27 2005/03/16 19:55:26 deniger Exp $ author: Axel von Arnim |
CREATE_UNINSTALL_SHORTCUT | public static boolean CREATE_UNINSTALL_SHORTCUT(Code) | | |
DEBUG | final public static boolean DEBUG(Code) | | |
INSTALL | final public static int INSTALL(Code) | | |
LINK_SECTION_ICON | public static String LINK_SECTION_ICON(Code) | | |
LINK_SECTION_NAME | public static String LINK_SECTION_NAME(Code) | | |
OPERATION | public static int OPERATION(Code) | | |
SHORTCUTS_IN_INSTALLDIR | public static boolean SHORTCUTS_IN_INSTALLDIR(Code) | | |
UI_BLUESCREEN | public static boolean UI_BLUESCREEN(Code) | | |
UI_BLUESCREEN_COLOR | public static Color UI_BLUESCREEN_COLOR(Code) | | |
UNINSTALL | final public static int UNINSTALL(Code) | | |
UNKNOWN | final public static int UNKNOWN(Code) | | |
UPDATE | final public static int UPDATE(Code) | | |
USE_FULL_JAVA_PATH | public static boolean USE_FULL_JAVA_PATH(Code) | | |
languages | public static String[][] languages(Code) | | Supported languages
|
getAllSupportedLanguages | public static String[] getAllSupportedLanguages()(Code) | | |
getCurrentLanguage | public static String getCurrentLanguage()(Code) | | |
getResource | public static String getResource(String baseName, String key) throws MissingResourceException(Code) | | Get a String resource from a resourcebundle.
Parameters: baseName - String The name of the resource class ex. 'com.memorie.vainstall.Language' Parameters: key - String The keyword to find String |
getResourceInt | public static int getResourceInt(String baseName, String key) throws java.util.MissingResourceException(Code) | | Get a 'int' resource from a resourcebundle.
Parameters: baseName - String The name of the resource class ex. 'com.memorie.vainstall.Language' Parameters: key - String The keyword to find int |
getSupportedLanguages | public static String[] getSupportedLanguages()(Code) | | |
setLanguage | public static void setLanguage(String language)(Code) | | Set the language as defined in the documentation.
We translate the name to a 'controlled' Java Locale.
Parameters: language - String The language as defined in the documentationenglish, french, danish etc. void |
suggestLanguage | public static int suggestLanguage()(Code) | | Return an index that corresponds to the value of getSupportedLanguages
or getAllSupportedLanguages that matches the default locale.
If an exact match for the locale is not present,the value returned is
the first language in the list that matches the language of the default
locale.
|
|
|
|