creamtec.webcream.gui
Class VersionHelper

java.lang.Object
  extended by creamtec.webcream.gui.VersionHelper

public class VersionHelper
extends java.lang.Object

Convenience class that encapsulates the properties and classes that differ from version to version. For instance, depending on the JDK version an appropriate toolkit is installed.


Field Summary
static java.lang.Class fontPropertiesClass
           
static java.lang.String SUPPORTED_JDK_VERSION
           
static java.lang.String TOOLKIT_CLASS_NAME
           
static java.lang.String WEBCREAM_VERSION
           
static int WEBCREAM_VERSION_ID
           
 
Constructor Summary
VersionHelper()
           
 
Method Summary
static java.lang.String getToolkitClassName()
           
static void init(boolean initGUI)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fontPropertiesClass

public static java.lang.Class fontPropertiesClass

SUPPORTED_JDK_VERSION

public static java.lang.String SUPPORTED_JDK_VERSION

TOOLKIT_CLASS_NAME

public static java.lang.String TOOLKIT_CLASS_NAME

WEBCREAM_VERSION

public static final java.lang.String WEBCREAM_VERSION
See Also:
Constant Field Values

WEBCREAM_VERSION_ID

public static final int WEBCREAM_VERSION_ID
See Also:
Constant Field Values
Constructor Detail

VersionHelper

public VersionHelper()
Method Detail

getToolkitClassName

public static java.lang.String getToolkitClassName()

init

public static void init(boolean initGUI)


Copyright © 2000-2006 CreamTec LLC. All Rights Reserved.