Java Doc for VAGlobals.java in  » Installer » VAInstall » com » memoire » vainstall » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Installer » VAInstall » com.memoire.vainstall 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


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


Field Summary
public static  StringAPP_NAME
    
public static  StringAPP_VERSION
    
final public static  StringAUTHOR
    
final public static  ClassBASE_CLASS
    
final public static  StringCOPYRIGHT
    
public static  booleanCREATE_UNINSTALL_SHORTCUT
    
final public static  booleanDEBUG
    
public static  StringDEST_PATH
    
final public static  StringEMAIL
    
final public static  StringHTTP
    
public static  StringIMAGE
    
final public static  intINSTALL
    
public static  StringJNI_DLL_FILE
    
final public static  StringLICENSE
    
public static  StringLINK_ENTRY_ICON
    
public static  StringLINK_ENTRY_NAME
    
public static  StringLINK_SECTION_ICON
    
public static  StringLINK_SECTION_NAME
    
final public static  StringNAME
    
public static  intOPERATION
    
public static  booleanSHORTCUTS_IN_INSTALLDIR
    
public static  booleanUI_BLUESCREEN
    
public static  ColorUI_BLUESCREEN_COLOR
    
public static  StringUI_MODE
    
final public static  intUNINSTALL
    
final public static  intUNKNOWN
    
final public static  intUPDATE
    
public static  booleanUSE_FULL_JAVA_PATH
    
final public static  StringVERSION
    
public static  String[][]languages
    


Method Summary
public static  String[]getAllSupportedLanguages()
    
public static  StringgetCurrentLanguage()
    
public static  StringgetResource(String baseName, String key)
     Get a String resource from a resourcebundle.
Parameters:
  baseName - String The name of the resource class ex.
public static  intgetResourceInt(String baseName, String key)
     Get a 'int' resource from a resourcebundle.
Parameters:
  baseName - String The name of the resource class ex.
public static  String[]getSupportedLanguages()
    
public static  Stringi18n(String key)
    
public static  Stringi18n(String key, Object[] params)
    
public static  voidprintDebug(String msg)
    
public static  voidsetLanguage(String language)
     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.
public static  intsuggestLanguage()
     Return an index that corresponds to the value of getSupportedLanguages or getAllSupportedLanguages that matches the default locale.

Field Detail
APP_NAME
public static String APP_NAME(Code)



APP_VERSION
public static String APP_VERSION(Code)



AUTHOR
final public static String AUTHOR(Code)



BASE_CLASS
final public static Class BASE_CLASS(Code)



COPYRIGHT
final public static String COPYRIGHT(Code)



CREATE_UNINSTALL_SHORTCUT
public static boolean CREATE_UNINSTALL_SHORTCUT(Code)



DEBUG
final public static boolean DEBUG(Code)



DEST_PATH
public static String DEST_PATH(Code)



EMAIL
final public static String EMAIL(Code)



HTTP
final public static String HTTP(Code)



IMAGE
public static String IMAGE(Code)



INSTALL
final public static int INSTALL(Code)



JNI_DLL_FILE
public static String JNI_DLL_FILE(Code)



LICENSE
final public static String LICENSE(Code)



LINK_ENTRY_ICON
public static String LINK_ENTRY_ICON(Code)



LINK_ENTRY_NAME
public static String LINK_ENTRY_NAME(Code)



LINK_SECTION_ICON
public static String LINK_SECTION_ICON(Code)



LINK_SECTION_NAME
public static String LINK_SECTION_NAME(Code)



NAME
final public static String 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)



UI_MODE
public static String UI_MODE(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)



VERSION
final public static String VERSION(Code)



languages
public static String[][] languages(Code)
Supported languages





Method Detail
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)



i18n
public static String i18n(String key)(Code)



i18n
public static String i18n(String key, Object[] params)(Code)



printDebug
public static void printDebug(String msg)(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.



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.