IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.rcp.theme
Class ThemeManager

java.lang.Object
  extended by com.ibm.btt.rcp.theme.ThemeManager

public class ThemeManager
extends java.lang.Object

Theme Manager is used to change themes for their SWT based applications.


Constructor Summary
ThemeManager()
           
 
Method Summary
static void applyDefaultTheme(org.eclipse.swt.widgets.Control control)
          Apply theme to the Control using the default theme.
static void applyTheme(org.eclipse.swt.widgets.Control control, java.lang.String themeId)
          Apply theme to the Control using the theme with specified theme id.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThemeManager

public ThemeManager()
Method Detail

applyTheme

public static void applyTheme(org.eclipse.swt.widgets.Control control,
                              java.lang.String themeId)
Apply theme to the Control using the theme with specified theme id.

Parameters:
control -
themeId -

applyDefaultTheme

public static void applyDefaultTheme(org.eclipse.swt.widgets.Control control)
Apply theme to the Control using the default theme.

Parameters:
control -

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2009