com.ibm.dse.tools.workbench.gui
Class EnvironmentSettings

java.lang.Object
  |
  +--com.ibm.dse.tools.workbench.gui.EnvironmentSettings

public class EnvironmentSettings
extends java.lang.Object

This class provides different runtime variables needed in other classes.


Field Summary
protected static java.awt.Font commentFont
           
protected static java.awt.Color errorColor
           
protected static java.awt.Font errorFont
           
protected static boolean showVersion
           
protected static java.awt.Color textColor
           
protected static java.awt.Font textFont
           
protected static java.awt.Color typeColor
           
protected static java.awt.Font typeFont
           
protected static java.awt.Color versionColor
           
protected static java.awt.Font versionFont
           
 
Constructor Summary
EnvironmentSettings()
           
 
Method Summary
static boolean isShowVersion()
          This method returns true if the renderes should show the version.
static void setShowVersion(boolean newShowVersion)
          This method set the showVersion property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

showVersion

protected static boolean showVersion

errorFont

protected static java.awt.Font errorFont

typeFont

protected static java.awt.Font typeFont

textFont

protected static java.awt.Font textFont

versionFont

protected static java.awt.Font versionFont

commentFont

protected static java.awt.Font commentFont

errorColor

protected static java.awt.Color errorColor

typeColor

protected static java.awt.Color typeColor

textColor

protected static java.awt.Color textColor

versionColor

protected static java.awt.Color versionColor
Constructor Detail

EnvironmentSettings

public EnvironmentSettings()
Method Detail

isShowVersion

public static boolean isShowVersion()
This method returns true if the renderes should show the version.
Returns:
boolean

setShowVersion

public static void setShowVersion(boolean newShowVersion)
This method set the showVersion property.
Parameters:
newShowVersion - boolean