IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.rcp.theme.internal
Class ThemeRegistry

java.lang.Object
  extended by com.ibm.btt.rcp.theme.internal.ThemeRegistry

public class ThemeRegistry
extends java.lang.Object

Theme registry class, contains all defined themes


Constructor Summary
ThemeRegistry()
           
 
Method Summary
 void dispose()
          Dispose this registry and its all registered themes.
 java.lang.String getDefaultThemeId()
          Get id of the default theme
 Theme getTheme(java.lang.String id)
          Get theme from registry by id
 void initialize()
          Initialize registry from extension points definition.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThemeRegistry

public ThemeRegistry()
Method Detail

initialize

public void initialize()
Initialize registry from extension points definition.


getTheme

public Theme getTheme(java.lang.String id)
Get theme from registry by id

Parameters:
id -
Returns:

getDefaultThemeId

public java.lang.String getDefaultThemeId()
Get id of the default theme

Returns:

dispose

public void dispose()
Dispose this registry and its all registered themes.


IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011