org.openbp.guiclient
Class GUIClientModule

java.lang.Object
  extended by org.openbp.core.CoreModule
      extended by org.openbp.guiclient.GUIClientModule

public final class GUIClientModule
extends CoreModule

This singleton class provides access to various installation-dependent settings.

Author:
Heiko Erhardt

Method Summary
static GUIClientModule getInstance()
          Gets the singleton instance of this class.
 void initialize()
          Initializes the client environment.
 
Methods inherited from class org.openbp.core.CoreModule
determineRootDir, getModelMgr, getProductProfile, initModelManager, initUIAdapters, initXmlMappings, setModelMgr, setProductProfile, shutdown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static GUIClientModule getInstance()
Gets the singleton instance of this class.


initialize

public void initialize()
Initializes the client environment. This method should be called right after the startup of the client.

Overrides:
initialize in class CoreModule


Copyright © 2011. All Rights Reserved.