javax.rad.genui
Class UIFactoryManager

java.lang.Object
  extended by javax.rad.genui.UIFactoryManager

public class UIFactoryManager
extends Object

Platform and technology independent UIFactoryManager. This is a static provider for the current IFactory.


Constructor Summary
protected UIFactoryManager()
          Creation of UIFactoryManager is not allowed.
 
Method Summary
static IFactory getFactory()
          Gets the global IFactory singleton instance.
static IFactory newFactoryInstance(Class pFactoryClass)
          Creates the global IFactory singleton instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIFactoryManager

protected UIFactoryManager()
Creation of UIFactoryManager is not allowed.

Method Detail

getFactory

public static IFactory getFactory()
Gets the global IFactory singleton instance.

Returns:
the global IFactory singleton instance.
See Also:
IFactory

newFactoryInstance

public static IFactory newFactoryInstance(Class pFactoryClass)
Creates the global IFactory singleton instance.

Parameters:
pFactoryClass - the factory class.
Returns:
the singleton IFactory instance.
See Also:
IFactory


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.