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.
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 |
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
EnvironmentSettings
public EnvironmentSettings()
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